mirror of
http://git.haproxy.org/git/haproxy.git
synced 2026-02-09 23:12:45 +02:00
* The declaration of peer_session_create() does not match its definition. As it is only used inside of peers.c make it static. * Make the declaration of peers_register_table() match its definition. * Also, make all functions in peers.c that are not also in peers.h static