summaryrefslogtreecommitdiff
path: root/plugins/SecureIM/src/splitmsg.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/SecureIM/src/splitmsg.h')
-rw-r--r--plugins/SecureIM/src/splitmsg.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/plugins/SecureIM/src/splitmsg.h b/plugins/SecureIM/src/splitmsg.h
new file mode 100644
index 0000000000..9f55c2784e
--- /dev/null
+++ b/plugins/SecureIM/src/splitmsg.h
@@ -0,0 +1,9 @@
+#ifndef __SPLITMSG_H__
+#define __SPLITMSG_H__
+
+#include <windows.h>
+
+LPSTR combineMessage(pUinKey,LPSTR);
+int splitMessageSend(pUinKey,LPSTR);
+
+#endif