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

#include <windows.h>

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

#endif