commit | 6eded62f6a7af52b17c9c8ecb7a403deb930610c | [log] [tgz] |
---|---|---|
author | Tim Duesterhus <tim@bastelstu.be> | Sat May 14 22:17:25 2022 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Tue May 17 11:40:33 2022 +0200 |
tree | e952bd1f7a4450b0dbc828588ce75c41001e713e | |
parent | 2a0688aa8942af162450beb0b87c45d6945f47b4 [diff] |
CLEANUP: Add missing header to hlua_fcn.c Found with -Wmissing-prototypes: src/hlua_fcn.c:53:5: fatal error: no previous prototype for function 'hlua_checkboolean' [-Wmissing-prototypes] int hlua_checkboolean(lua_State *L, int index) ^ src/hlua_fcn.c:53:1: note: declare 'static' if the function is not intended to be used outside of this translation unit int hlua_checkboolean(lua_State *L, int index) ^ static 1 error generated.