blob: 20c329b3f4e0f1a80cd98cb7c1367859a89b1006 [file] [log] [blame]
Thierry FOURNIER6f1fd482015-01-23 14:06:13 +01001#ifndef _PROTO_HLUA_H
2#define _PROTO_HLUA_H
3
4#include <lua.h>
5
6#include <types/hlua.h>
7
8/* Lua HAProxy integration functions. */
Thierry FOURNIER380d0932015-01-23 14:27:52 +01009int hlua_ctx_init(struct hlua *lua, struct task *task);
10void hlua_ctx_destroy(struct hlua *lua);
Thierry FOURNIER6f1fd482015-01-23 14:06:13 +010011void hlua_init();
12
13#endif /* _PROTO_HLUA_H */