summaryrefslogtreecommitdiff
path: root/protocols/WhatsApp/src/proto.h
diff options
context:
space:
mode:
Diffstat (limited to 'protocols/WhatsApp/src/proto.h')
-rw-r--r--protocols/WhatsApp/src/proto.h3
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();