#ifndef _HAPROXY_STATS_PROXY_H #define _HAPROXY_STATS_PROXY_H #include struct buffer; struct htx; struct stconn; int stats_dump_proxies(struct stconn *sc, struct buffer *buf, struct htx *htx); void proxy_stats_clear_counters(int clrall, struct list *stat_modules); #endif /* _HAPROXY_STATS_PROXY_H */