aboutsummaryrefslogtreecommitdiff
path: root/base64.h
diff options
context:
space:
mode:
Diffstat (limited to 'base64.h')
-rw-r--r--base64.h8
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