aboutsummaryrefslogtreecommitdiff
path: root/src/daemon/base64.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-12-26 01:16:47 +0000
committerChristian Grothoff <christian@grothoff.org>2010-12-26 01:16:47 +0000
commit727317991143c239b0eaeb5850a60005db6b11f5 (patch)
treef5166a6afcb4349dd487ebab12f0024387cb10d7 /src/daemon/base64.h
parent3e0f54c48053aa2af19532ee50157f89e06fd6af (diff)
downloadlibmicrohttpd-727317991143c239b0eaeb5850a60005db6b11f5.tar.gz
libmicrohttpd-727317991143c239b0eaeb5850a60005db6b11f5.zip
oops
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 */