summaryrefslogtreecommitdiffhomepage
path: root/base64.h
diff options
context:
space:
mode:
Diffstat (limited to 'base64.h')
-rw-r--r--base64.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/base64.h b/base64.h
deleted file mode 100644
index 6a3f2c3..0000000
--- a/base64.h
+++ /dev/null
@@ -1,7 +0,0 @@
-#pragma once
-
-#include <string>
-
-std::string decode64(const std::string &val);
-std::string encode64(const std::string &val);
-