Willy Tarreau ce7b4def74 BUILD/MINOR: lua: ensure that hlua_ctx_destroy is properly defined
When Lua is disabled, the alternate functions must have the same
prototype as the original ones, otherwise we get such warnings :

src/stream.c:278:27: warning: too many arguments in call to 'hlua_ctx_destroy'
        hlua_ctx_destroy(&s->hlua);
        ~~~~~~~~~~~~~~~~         ^
No backport is needed.
2015-06-17 20:18:54 +02:00
..
2015-02-28 23:12:32 +01:00
2015-06-13 22:07:35 +02:00
2009-01-25 13:49:53 +01:00
2015-06-13 23:01:37 +02:00