From 41de1ce748d969a65bbefc6987c98d4e0a5010a3 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Fri, 19 Sep 2014 19:09:07 +0000 Subject: merge #2 git-svn-id: http://svn.miranda-ng.org/main/trunk@10527 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/WhatsApp/src/proto.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'protocols/WhatsApp/src/proto.h') diff --git a/protocols/WhatsApp/src/proto.h b/protocols/WhatsApp/src/proto.h index 8963735320..32ed69b72e 100644 --- a/protocols/WhatsApp/src/proto.h +++ b/protocols/WhatsApp/src/proto.h @@ -86,7 +86,6 @@ public: int __cdecl OnOptionsInit(WPARAM, LPARAM); int __cdecl OnModulesLoaded(WPARAM, LPARAM); - int __cdecl RefreshBuddyList(WPARAM, LPARAM); int __cdecl RequestFriendship(WPARAM, LPARAM); // Events @@ -134,7 +133,7 @@ public: } // Registration - string Register(int state, const string &cc, const string &number, const string &code); + bool Register(int state, const string &cc, const string &number, const string &code, string &password); // Helpers std::tstring GetAvatarFolder(); -- cgit v1.2.3