summaryrefslogtreecommitdiffstats
path: root/include/haproxy/h3_stats-t.h
blob: 3c00f6c4ecfce861147c490535ba9a0e2cc807f0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#ifndef _HAPROXY_H3_STATS_T_H
#define _HAPROXY_H3_STATS_T_H

#ifdef USE_QUIC
#ifndef USE_OPENSSL
#error "Must define USE_OPENSSL"
#endif

extern struct stats_module h3_stats_module;

#endif /* USE_QUIC */
#endif /* _HAPROXY_H3_STATS_T_H */