lm_message.h
author Myhailo Danylenko <isbear@ukrpost.net>
Sat, 14 Mar 2009 02:41:26 +0200
changeset 12 63f06a23c235
parent 11 a8c6460d612b
child 23 13f03e604c8a
permissions -rw-r--r--
Empty to field * Message with empty to field can be created * Fixed checklm* functions for complex types * Formatting fixes


#ifndef LLM_MESSAGE_H
#define LLM_MESSAGE_H

#include <lua.h>

#include "util.h"

extern const string2enum_t type_lm_message[];
extern const string2enum_t sub_type_lm_message[];

int luaopen_lm_message (lua_State *L);

#endif