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

INT_PTR __cdecl onRecvMsg(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