lm_proxy.h
author Myhailo Danylenko <isbear@ukrpost.net>
Mon, 23 Feb 2009 19:19:13 +0200
changeset 10 aed141accdd9
parent 0 84fdfb0344c9
child 11 a8c6460d612b
permissions -rw-r--r--
Merge send_raw and send methods


#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