blob: c69210e610e50a037fa3a995f275310195cd4429 [file] [log] [blame]
#ifndef _PROTO_HLUA_H
#define _PROTO_HLUA_H
#include <lua.h>
#include <types/hlua.h>
/* Lua HAProxy integration functions. */
void hlua_init();
#endif /* _PROTO_HLUA_H */