lm_connection.h
changeset 0 84fdfb0344c9
child 11 a8c6460d612b
equal deleted inserted replaced
-1:000000000000 0:84fdfb0344c9
       
     1 
       
     2 #ifndef LLM_CONNECTION_H
       
     3 #define LLM_CONNECTION_H
       
     4 
       
     5 #include <lua.h>
       
     6 
       
     7 #include "util.h"
       
     8 
       
     9 extern const string2enum_t llm_connection_state[];
       
    10 extern const string2enum_t llm_handler_priority[];
       
    11 
       
    12 int luaopen_lm_connection (lua_State *L);
       
    13 
       
    14 #endif
       
    15