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