aboutsummaryrefslogtreecommitdiff
path: root/base64.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'base64.hpp')
-rw-r--r--base64.hpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/base64.hpp b/base64.hpp
index aa48fa7..70d4e40 100644
--- a/base64.hpp
+++ b/base64.hpp
@@ -3,9 +3,6 @@
#include <cstdint>
#include <string>
-std::string base64_encode(const void *data, size_t len);
-void* base64_decode(const std::string &s, size_t *rel);
-
class Base64Encoder
{
private: