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