#ifndef __SPLITMSG_H__
#define __SPLITMSG_H__

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

#endif