aboutsummaryrefslogtreecommitdiff
path: root/src/daemon/base64.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/daemon/base64.h')
-rw-r--r--src/daemon/base64.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/daemon/base64.h b/src/daemon/base64.h
new file mode 100644
index 00000000..4bd0b1c6
--- /dev/null
+++ b/src/daemon/base64.h
@@ -0,0 +1,9 @@
1#ifndef BASE64_H
2#define BASE64_H
3
4#include "MHD_config.h"
5
6char* BASE64Encode(const char* src);
7char* BASE64Decode(const char* src);
8
9#endif /* !BASE64_H */