lm_connection.h
changeset 0 84fdfb0344c9
child 11 a8c6460d612b
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/lm_connection.h	Sun Feb 01 21:28:57 2009 +0200
@@ -0,0 +1,15 @@
+
+#ifndef LLM_CONNECTION_H
+#define LLM_CONNECTION_H
+
+#include <lua.h>
+
+#include "util.h"
+
+extern const string2enum_t llm_connection_state[];
+extern const string2enum_t llm_handler_priority[];
+
+int luaopen_lm_connection (lua_State *L);
+
+#endif
+