diff options
author | Roland Reichwein <mail@reichwein.it> | 2023-01-04 20:57:15 +0100 |
---|---|---|
committer | Roland Reichwein <mail@reichwein.it> | 2023-01-04 20:57:15 +0100 |
commit | 9d00f7319eda30ec91637a75b3fddc171e135233 (patch) | |
tree | 213fd6694cec8b30aed712837f68bb1aba0e8f89 /base64.h | |
parent | 8475a181be2301702c409a20dc99115ee54ec9cc (diff) |
Adjust to new environment
Diffstat (limited to 'base64.h')
-rw-r--r-- | base64.h | 7 |
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); - |