diff options
Diffstat (limited to 'src/stats/stats-service-private.h')
-rw-r--r-- | src/stats/stats-service-private.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/stats/stats-service-private.h b/src/stats/stats-service-private.h new file mode 100644 index 0000000..5f5ab20 --- /dev/null +++ b/src/stats/stats-service-private.h @@ -0,0 +1,8 @@ +#ifndef STATS_SERVICE_PRIVATE_H +#define STATS_SERVICE_PRIVATE_H + +#include "stats-service.h" + +void stats_service_openmetrics_init(void); + +#endif |