]> git.ipfire.org Git - thirdparty/haproxy.git/commit
CLEANUP: wurfl: register the deinit function via the dedicated list
authorWilly Tarreau <w@1wt.eu>
Wed, 21 Dec 2016 19:52:38 +0000 (20:52 +0100)
committerWilly Tarreau <w@1wt.eu>
Wed, 21 Dec 2016 20:30:54 +0000 (21:30 +0100)
commit800f93f3751db98f0d147fa773c97f07d6f471f9
treee6d43b6df219f716dc73dc89f9c8739a9bd9de60
parent05554e6bf187584fe653adf4791de3181b5a5c9c
CLEANUP: wurfl: register the deinit function via the dedicated list

By registering the deinit function we avoid another #ifdef in haproxy.c.
The ha_wurfl_deinit() function has been made static and unexported. Now
proto/wurfl.h is totally empty, the code being self-contained in wurfl.c,
so the useless .h has been removed.
include/proto/wurfl.h [deleted file]
src/haproxy.c
src/wurfl.c