REORG: stats: export some functions
authorAmaury Denoyelle <adenoyelle@haproxy.com>
Fri, 2 Oct 2020 16:32:00 +0000 (18:32 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Mon, 5 Oct 2020 07:06:10 +0000 (09:06 +0200)
commit3ca927e68f901d0246c55504013aa190b7aebdd2
tree245409ad330347d9b2b70302438641df718ceb6b
parenta53ce4cc011250a0e561f4e5bb62f46719813534
REORG: stats: export some functions

Un-mark stats_dump_one_line and stats_putchk as static and export them
in the header file. These functions will be reusable by other components to
print their statistics.

This patch is needed to extend stat support to components other than
proxies objects.
include/haproxy/stats.h
src/stats.c