lm_proxy.h
author Myhailo Danylenko <isbear@ukrpost.net>
Sun, 01 Feb 2009 21:28:57 +0200
changeset 0 84fdfb0344c9
child 11 a8c6460d612b
permissions -rw-r--r--
Initial commit * It works * Still need to debug objects collection


#ifndef LLM_PROXY_H
#define LLM_PROXY_H

#include <lua.h>

#include "util.h"

string2enum_t *llm_proxy_type;

int luaopen_lm_proxy (lua_State *L);

#endif