lm_message_handler.h
author Myhailo Danylenko <isbear@ukrpost.net>
Sun, 08 Mar 2009 00:48:19 +0200
changeset 11 a8c6460d612b
parent 0 84fdfb0344c9
child 23 13f03e604c8a
permissions -rw-r--r--
Naming scheme change to more ld-friendly


#ifndef LLM_MESSAGE_HANDLER_H
#define LLM_MESSAGE_HANDLER_H

#include <lua.h>
#include <loudmouth/loudmouth.h>

#include "lm_types.h"

LmHandlerResult callback_lm_handler (LmMessageHandler *handler, LmConnection *connection, LmMessage *message, llm_callback_t *cb);
int luaopen_lm_message_handler (lua_State *L);

#endif