index
:
ptunnel-ng.git
Tunnel TCP connections through ICMP.
log msg
author
committer
range
coverity_scan
feature/libsodium-integration
feature/wireshark-dissector
master
ptunnel-ng/2.0.0
release
removed_extended_options
about
summary
refs
log
tree
commit
diff
path:
root
/
base64.h
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
Diffstat
(limited to 'base64.h')
-rw-r--r--
base64.h
8
1 files changed, 0 insertions, 8 deletions
diff --git a/base64.h b/base64.h
deleted file mode 100644
index e240f8b..0000000
--- a/
base64.h
+++ /dev/null
@@ -1,8 +0,0 @@
-#ifndef BASE64_H
-#define BASE64_H 1
-
-void base64_cleanup(void);
-char *base64_encode(const unsigned char *data, size_t input_length, size_t *output_length);
-unsigned char *base64_decode(const char *data, size_t input_length, size_t *output_length);
-
-#endif