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

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

int __cdecl onContactSettingChanged(WPARAM,LPARAM);

#endif