REORG: listener: move bind_conf_alloc() and listener_state_str() to listener.c
authorWilly Tarreau <w@1wt.eu>
Wed, 6 Oct 2021 07:05:08 +0000 (09:05 +0200)
committerWilly Tarreau <w@1wt.eu>
Wed, 6 Oct 2021 23:36:51 +0000 (01:36 +0200)
commitdbf78025a0729f17447f8587b4dae391b741d03f
tree92f89993c86db436d0aaf7e33ac88e928d2dcdbd
parentfd1c17ff4634b97af19420f21580dc015359ab1a
REORG: listener: move bind_conf_alloc() and listener_state_str() to listener.c

These functions have no reason for being inlined, and they require some
includes with long dependencies. Let's move them to listener.c and trim
unused includes in listener.h.
include/haproxy/listener.h
src/listener.c