aboutsummaryrefslogtreecommitdiff
path: root/base64.h
diff options
context:
space:
mode:
Diffstat (limited to 'base64.h')
-rw-r--r--base64.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/base64.h b/base64.h
deleted file mode 100644
index 6ca0f18..0000000
--- a/base64.h
+++ /dev/null
@@ -1,9 +0,0 @@
-#ifndef BASE64_H
-#define BASE64_H
-
-#include <stddef.h>
-
-char *base64_encode(const void *buf, size_t n);
-void *base64_decode(const char *b64, size_t *n);
-
-#endif /* BASE64_H */