blob: 50d6aa333ecbda5167a8aa25231771914a13a5dd [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 +01009void hlua_ctx_destroy(struct hlua *lua);
Thierry FOURNIER6f1fd482015-01-23 14:06:13 +010010void hlua_init();
Thierry FOURNIERa4a0f3d2015-01-23 12:08:30 +010011int hlua_post_init();
Thierry FOURNIER6f1fd482015-01-23 14:06:13 +010012
13#endif /* _PROTO_HLUA_H */