diff options
author | Fishbone <fishbone@miranda-ng.org> | 2013-06-07 16:36:25 +0000 |
---|---|---|
committer | Fishbone <fishbone@miranda-ng.org> | 2013-06-07 16:36:25 +0000 |
commit | cbbbbae0ec63187368817c0c49741c4ec7a9fe41 (patch) | |
tree | fcb89bc00ceb12adbe36009e759e38f699c8de00 /protocols/WhatsApp/src/proto.h | |
parent | fa38cd5864b1b8090be141e3c4291df6d3322e30 (diff) |
WhatsApp:
- removed duplicate resource file in "src"-directory
- finished registration (we don't know, if it already works. Hopefully I didn't break code-request again)
git-svn-id: http://svn.miranda-ng.org/main/trunk@4892 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/WhatsApp/src/proto.h')
-rw-r--r-- | protocols/WhatsApp/src/proto.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/protocols/WhatsApp/src/proto.h b/protocols/WhatsApp/src/proto.h index e7a548f9af..524b429dae 100644 --- a/protocols/WhatsApp/src/proto.h +++ b/protocols/WhatsApp/src/proto.h @@ -134,8 +134,7 @@ public: }
// Registration
- void RequestCode();
- void RegisterCode(const std::string& code);
+ string Register(int state, string cc, string number, string code);
// Helpers
std::tstring GetAvatarFolder();
|