commit | 96553775a0ba87eb19e30d4975b4f5935eee1a6d | [log] [tgz] |
---|---|---|
author | Simon Horman <horms@verge.net.au> | Wed Jun 08 09:18:51 2011 +0900 |
committer | Willy Tarreau <w@1wt.eu> | Sat Jun 18 20:27:19 2011 +0200 |
tree | 298ec9f18aeb5b080b7fd701bdc03c568fecdd6d | |
parent | 70735c98f7b8b647d19b052095243417cde088fc [diff] |
[CLEANUP] peers.h: fix declarations * 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