diff options
Diffstat (limited to 'protocols/MSN/src/msn_proto.h')
-rw-r--r-- | protocols/MSN/src/msn_proto.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/protocols/MSN/src/msn_proto.h b/protocols/MSN/src/msn_proto.h index adbbab1a57..645b43a90d 100644 --- a/protocols/MSN/src/msn_proto.h +++ b/protocols/MSN/src/msn_proto.h @@ -264,6 +264,7 @@ struct CMsnProto : public PROTO<CMsnProto> // MSN thread functions
void __cdecl msn_keepAliveThread(void* arg);
+ void __cdecl msn_loginThread(void* arg);
void __cdecl MSNServerThread(void* arg);
void __cdecl MsnFileAckThread(void* arg);
|