]> git.kaiwu.me - haproxy.git/commit
MINOR: lua: export hlua_pusherror() and check_args()
authorWilliam Lallemand <wlallemand@irq6.net>
Sat, 13 Jun 2026 18:49:43 +0000 (20:49 +0200)
committerWilliam Lallemand <wlallemand@irq6.net>
Sat, 13 Jun 2026 19:18:20 +0000 (21:18 +0200)
commit974560128df130fd49dd03761f27cbf8b5359802
tree376888fa6ec3b34a4a3fcaaf764d811fc676bec4
parent2ff861747cd745f2698e3e74c7f10b64a656be0c
MINOR: lua: export hlua_pusherror() and check_args()

hlua_pusherror() and check_args() are being exported.

check_args() is now a macro to hlua_check_args() so it's not confusing
when called outside hlua.c.
include/haproxy/hlua.h
src/hlua.c