lm_proxy.h
author Myhailo Danylenko <isbear@ukrpost.net>
Sun, 08 Mar 2009 00:48:19 +0200
changeset 11 a8c6460d612b
parent 0 84fdfb0344c9
child 23 13f03e604c8a
permissions -rw-r--r--
Naming scheme change to more ld-friendly


#ifndef LLM_PROXY_H
#define LLM_PROXY_H

#include <lua.h>

#include "util.h"

string2enum_t *type_lm_proxy;

int luaopen_lm_proxy (lua_State *L);

#endif