00001 #ifndef PSTATS_H 00002 #define PSTATS_H 00003 00004 void pstats_init(void); 00005 void pstats_report(void); 00006 00007 #endif