mirror of
https://github.com/haproxy/haproxy.git
synced 2026-06-11 09:52:56 -04:00
MINOR: remove unused declaration.
This declaration is removed in the patch 'Lua initialisation on demand".
commit id 05ac42455f
This commit is contained in:
parent
506e46c352
commit
5c49aeb1b0
1 changed files with 0 additions and 1 deletions
|
|
@ -6,7 +6,6 @@
|
|||
#include <types/hlua.h>
|
||||
|
||||
/* Lua HAProxy integration functions. */
|
||||
int hlua_ctx_init(struct hlua *lua, struct task *task);
|
||||
void hlua_ctx_destroy(struct hlua *lua);
|
||||
void hlua_init();
|
||||
int hlua_post_init();
|
||||
|
|
|
|||
Loading…
Reference in a new issue