lm_connection.h
author Myhailo Danylenko <isbear@ukrpost.net>
Mon, 23 Feb 2009 15:42:07 +0200
changeset 9 50f55d494efb
parent 0 84fdfb0344c9
child 11 a8c6460d612b
permissions -rw-r--r--
Not use error log level, it is fatal


#ifndef LLM_CONNECTION_H
#define LLM_CONNECTION_H

#include <lua.h>

#include "util.h"

extern const string2enum_t llm_connection_state[];
extern const string2enum_t llm_handler_priority[];

int luaopen_lm_connection (lua_State *L);

#endif