lm_proxy.h
author Myhailo Danylenko <isbear@ukrpost.net>
Sun, 05 Apr 2009 14:55:51 +0300
changeset 17 ab4470465a0c
parent 11 a8c6460d612b
child 23 13f03e604c8a
permissions -rw-r--r--
Create message in C * Pre-formatted text in docgen * Replace lua_pushconststring with lua_pushliteral * Create message in C * Add forgotten name node method to message * Default message type and subtype


#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