diff options
Diffstat (limited to 'src/stats.h')
-rw-r--r-- | src/stats.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stats.h b/src/stats.h index 4302732ce..b1a9568f5 100644 --- a/src/stats.h +++ b/src/stats.h @@ -33,7 +33,7 @@ typedef struct _Stats { extern Stats stats; -void initStats(); +void initStats(void); int printStats(int fd); |