From 11822f442f96b074e5e39bd4cc14d277205a9307 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Sun, 2 Jun 2013 18:35:56 +0000 Subject: first version of Wassup that compiles git-svn-id: http://svn.miranda-ng.org/main/trunk@4863 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/WhatsApp/src/WhatsAPI++/utilities.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'protocols/WhatsApp/src/WhatsAPI++/utilities.h') diff --git a/protocols/WhatsApp/src/WhatsAPI++/utilities.h b/protocols/WhatsApp/src/WhatsAPI++/utilities.h index 48db82b145..1c071471bd 100644 --- a/protocols/WhatsApp/src/WhatsAPI++/utilities.h +++ b/protocols/WhatsApp/src/WhatsAPI++/utilities.h @@ -26,7 +26,6 @@ #include #include #include -#include #include #include @@ -47,12 +46,10 @@ using namespace std; namespace Utilities{ extern void configureLogging(const char* ident); extern void closeLog(); - extern const int MD5_DIGEST_SIZE; extern string getCountryCode(); extern string getMcc(); extern string getMnc(); extern string reverseString(const string& str); - extern unsigned char* md5digest(unsigned char *bytes, int length, unsigned char* buffer); extern string processIdentity(const std::string& password); extern int64_t randLong(); extern int64_t absLong(int64_t num); -- cgit v1.2.3