blob: c69210e610e50a037fa3a995f275310195cd4429 [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. */
9void hlua_init();
10
11#endif /* _PROTO_HLUA_H */