diff -r 000000000000 -r 84fdfb0344c9 lm_connection.h --- /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 + +#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 +