From dc2a9c66749ef4c8c6a748218bf80b80d0bbe0d6 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Mon, 24 Jun 2013 12:29:37 +0000 Subject: - custom base64 encoder removed; - warning fixes git-svn-id: http://svn.miranda-ng.org/main/trunk@5117 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/WhatsApp/src/WhatsAPI++/base64.h | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 protocols/WhatsApp/src/WhatsAPI++/base64.h (limited to 'protocols/WhatsApp/src/WhatsAPI++/base64.h') 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 - -std::string base64_encode(unsigned char const* , unsigned int len); -std::string base64_decode(std::string const& s); - -#endif /* BASE64_H_ */ -- cgit v1.2.3