diff options
Diffstat (limited to 'statistics.h')
-rw-r--r-- | statistics.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/statistics.h b/statistics.h index a91e988..b4cfc5d 100644 --- a/statistics.h +++ b/statistics.h @@ -1,4 +1,9 @@ #ifndef __MICROBBS_STATISTICS_H #define __MICROBBS_STATISTICS_H +typedef struct bbs_stats +{ + +} bbs_stats; + #endif
\ No newline at end of file |