mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2026-03-23 07:51:10 +01:00
This commit looks messy, but all it does is reorganize send_log() helpers by dependency order to remove the need of forward-declaring some of them. Also, since they're all internal helpers, let's explicitly mark them as static to prevent any misuse.