lm_proxy.h
changeset 11 a8c6460d612b
parent 0 84fdfb0344c9
child 23 13f03e604c8a
equal deleted inserted replaced
10:aed141accdd9 11:a8c6460d612b
     4 
     4 
     5 #include <lua.h>
     5 #include <lua.h>
     6 
     6 
     7 #include "util.h"
     7 #include "util.h"
     8 
     8 
     9 string2enum_t *llm_proxy_type;
     9 string2enum_t *type_lm_proxy;
    10 
    10 
    11 int luaopen_lm_proxy (lua_State *L);
    11 int luaopen_lm_proxy (lua_State *L);
    12 
    12 
    13 #endif
    13 #endif
    14 
    14