diff options
Diffstat (limited to 'protocols/WhatsApp/src/WhatsAPI++/base64.h')
-rw-r--r-- | protocols/WhatsApp/src/WhatsAPI++/base64.h | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/protocols/WhatsApp/src/WhatsAPI++/base64.h b/protocols/WhatsApp/src/WhatsAPI++/base64.h deleted file mode 100644 index 2ece162b89..0000000000 --- a/protocols/WhatsApp/src/WhatsAPI++/base64.h +++ /dev/null @@ -1,16 +0,0 @@ -/*
- * Base64.h
- *
- * Created on: 26/06/2012
- * Author: Antonio
- */
-
-#ifndef BASE64_H_
-#define BASE64_H_
-
-#include <string>
-
-std::string base64_encode(unsigned char const* , unsigned int len);
-std::string base64_decode(std::string const& s);
-
-#endif /* BASE64_H_ */
|