diff options
Diffstat (limited to 'src/stats/stats-service.h')
-rw-r--r-- | src/stats/stats-service.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/stats/stats-service.h b/src/stats/stats-service.h new file mode 100644 index 0000000..fab477b --- /dev/null +++ b/src/stats/stats-service.h @@ -0,0 +1,7 @@ +#ifndef STATS_SERVICE_H +#define STATS_SERVICE_H + +void stats_services_init(void); +void stats_services_deinit(void); + +#endif |