10 lines
121 B
C
10 lines
121 B
C
#ifndef _ROLLOVER_H
|
|
#define _ROLLOVER_H
|
|
|
|
/* $Id$ */
|
|
|
|
void StatAdd(statcnt *, unsigned int);
|
|
void Rollover(void);
|
|
|
|
#endif
|