summaryrefslogtreecommitdiff
path: root/plugins/MirLua/src/m_protocols.h
diff options
context:
space:
mode:
authorAlexander Lantsev <aunsane@gmail.com>2015-09-24 19:45:18 +0000
committerAlexander Lantsev <aunsane@gmail.com>2015-09-24 19:45:18 +0000
commita0d2cd360477acf24963e479773588b01f3d8a10 (patch)
treed6e208ebf7b83d49396f35b64a2f151ab2661478 /plugins/MirLua/src/m_protocols.h
parentac49502476c6319e6d942d5815405b961713b663 (diff)
MirLua: added OnProtoAck and OnReceiveMessage in m_protocols
git-svn-id: http://svn.miranda-ng.org/main/trunk@15440 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/MirLua/src/m_protocols.h')
-rw-r--r--plugins/MirLua/src/m_protocols.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/plugins/MirLua/src/m_protocols.h b/plugins/MirLua/src/m_protocols.h
new file mode 100644
index 0000000000..1b8ef74d43
--- /dev/null
+++ b/plugins/MirLua/src/m_protocols.h
@@ -0,0 +1,10 @@
+#ifndef _LUA_M_PROTOCOLS_H_
+#define _LUA_M_PROTOCOLS_H_
+
+#define MLUA_PROTOCOLS "m_protocols"
+LUAMOD_API int (luaopen_m_protocols)(lua_State *L);
+
+extern HANDLE hRecvMessage;
+INT_PTR FilterRecvMessage(WPARAM wParam, LPARAM lParam);
+
+#endif //_LUA_M_PROTOCOLS_H_ \ No newline at end of file