lm_connection.h
changeset 11 a8c6460d612b
parent 0 84fdfb0344c9
child 23 13f03e604c8a
--- a/lm_connection.h	Mon Feb 23 19:19:13 2009 +0200
+++ b/lm_connection.h	Sun Mar 08 00:48:19 2009 +0200
@@ -6,8 +6,8 @@
 
 #include "util.h"
 
-extern const string2enum_t llm_connection_state[];
-extern const string2enum_t llm_handler_priority[];
+extern const string2enum_t state_lm_connection[];
+extern const string2enum_t priority_lm_handler[];
 
 int luaopen_lm_connection (lua_State *L);