lm_connection.h
author Myhailo Danylenko <isbear@ukrpost.net>
Mon, 27 Apr 2009 13:15:23 +0300
changeset 19 d775d7289fe4
parent 11 a8c6460d612b
child 23 13f03e604c8a
permissions -rw-r--r--
Use lua_pushliteral and lua_setfield


#ifndef LLM_CONNECTION_H
#define LLM_CONNECTION_H

#include <lua.h>

#include "util.h"

extern const string2enum_t state_lm_connection[];
extern const string2enum_t priority_lm_handler[];

int luaopen_lm_connection (lua_State *L);

#endif