lm_proxy.h
author Myhailo Danylenko <isbear@ukrpost.net>
Sat, 14 Mar 2009 17:01:53 +0200
changeset 13 8f502c1477ac
parent 11 a8c6460d612b
child 23 13f03e604c8a
permissions -rw-r--r--
Forgot to register connection:status


#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