diff -r 000000000000 -r 84fdfb0344c9 lm_proxy.h --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/lm_proxy.h Sun Feb 01 21:28:57 2009 +0200 @@ -0,0 +1,14 @@ + +#ifndef LLM_PROXY_H +#define LLM_PROXY_H + +#include + +#include "util.h" + +string2enum_t *llm_proxy_type; + +int luaopen_lm_proxy (lua_State *L); + +#endif +