compiles clean with lots of -W switches

This commit is contained in:
Mark Borgerding
2004-02-26 03:43:23 +00:00
parent 624f8edfd3
commit 0fd8da731a
6 changed files with 35 additions and 20 deletions

View File

@ -1,7 +1,7 @@
#ifndef PSTATS_H
#define PSTATS_H
void pstats_init();
void pstats_report();
void pstats_init(void);
void pstats_report(void);
#endif