summaryrefslogtreecommitdiff
path: root/protocols/Sametime/src/sametime_proto.h
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2019-07-24 13:20:12 +0300
committerGeorge Hazan <ghazan@miranda.im>2019-07-24 13:20:12 +0300
commit0db449bf70966941453cfbb8ec05fd430a96dc12 (patch)
treee01421e30b58ae2799929e16a6a326f5d4f68a5d /protocols/Sametime/src/sametime_proto.h
parent30dad0388a14244ef9b06afc113085f6a49bcbb8 (diff)
useless member NETLIBOPENCONNECTION::cbSize removed
Diffstat (limited to 'protocols/Sametime/src/sametime_proto.h')
-rw-r--r--protocols/Sametime/src/sametime_proto.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/Sametime/src/sametime_proto.h b/protocols/Sametime/src/sametime_proto.h
index e81767cfd5..b97a53c40f 100644
--- a/protocols/Sametime/src/sametime_proto.h
+++ b/protocols/Sametime/src/sametime_proto.h
@@ -102,7 +102,7 @@ struct CSametimeProto : public PROTO<CSametimeProto>
void SessionStarted();
void SessionStopping();
void InitSessionMenu();
- int LogIn(int status, HANDLE hNetlibUser);
+ int LogIn(int status);
int LogOut();
int OnLogInRedirect(char* newHost);
int SetSessionStatus(int status);