summaryrefslogtreecommitdiff
path: root/plugins/SecureIM/src/splitmsg.h
blob: 09edc2e53f9653775fdfc5fc508c46b44006c588 (plain)
1
2
3
4
5
6
7
#ifndef __SPLITMSG_H__
#define __SPLITMSG_H__

LPSTR combineMessage(pUinKey,LPSTR);
int splitMessageSend(pUinKey,LPSTR);

#endif