lm_message_handler.h
author Myhailo Danylenko <isbear@ukrpost.net>
Mon, 16 Feb 2009 01:32:12 +0200
changeset 5 e617c9cf6dd3
parent 0 84fdfb0344c9
child 11 a8c6460d612b
permissions -rw-r--r--
Updates to build system * off the source build * packaging * documentation * test


#ifndef LLM_MESSAGE_HANDLER_H
#define LLM_MESSAGE_HANDLER_H

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

#include "lm_types.h"

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

#endif