summaryrefslogtreecommitdiffstats
path: root/WebServer/base64.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebServer/base64.h')
-rw-r--r--WebServer/base64.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/WebServer/base64.h b/WebServer/base64.h
deleted file mode 100644
index 65d5db8b2..000000000
--- a/WebServer/base64.h
+++ /dev/null
@@ -1,4 +0,0 @@
-#include <string>
-
-std::string base64_encode(unsigned char const* , unsigned int len);
-std::string base64_decode(std::string const& s);