diff options
Diffstat (limited to 'secureim/splitmsg.h')
-rw-r--r-- | secureim/splitmsg.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/secureim/splitmsg.h b/secureim/splitmsg.h deleted file mode 100644 index 9f55c27..0000000 --- a/secureim/splitmsg.h +++ /dev/null @@ -1,9 +0,0 @@ -#ifndef __SPLITMSG_H__
-#define __SPLITMSG_H__
-
-#include <windows.h>
-
-LPSTR combineMessage(pUinKey,LPSTR);
-int splitMessageSend(pUinKey,LPSTR);
-
-#endif
|