blob: 20c329b3f4e0f1a80cd98cb7c1367859a89b1006 [file] [log] [blame]
#ifndef _PROTO_HLUA_H
#define _PROTO_HLUA_H
#include <lua.h>
#include <types/hlua.h>
/* Lua HAProxy integration functions. */
int hlua_ctx_init(struct hlua *lua, struct task *task);
void hlua_ctx_destroy(struct hlua *lua);
void hlua_init();
#endif /* _PROTO_HLUA_H */