summaryrefslogtreecommitdiff
path: root/plugins/SecureIM/src/svcs_proto.h
blob: c2a9506742b9be660b6169c6d6cd82afeedad42a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#ifndef __SVCS_PROTO_H__
#define __SVCS_PROTO_H__

INT_PTR __cdecl onRecvMsg(WPARAM,LPARAM);
INT_PTR __cdecl onSendMsgW(WPARAM,LPARAM);
INT_PTR __cdecl onSendMsg(WPARAM,LPARAM);
INT_PTR __cdecl onSendFile(WPARAM,LPARAM);

int __cdecl onProtoAck(WPARAM,LPARAM);
int __cdecl onContactSettingChanged(WPARAM,LPARAM);

#endif