Updated post command

This commit is contained in:
Michiel Broek 2004-05-10 13:44:22 +00:00
parent 1ea27d4a80
commit 34b968db02

9
mbnntp/rollover.h Normal file
View File

@ -0,0 +1,9 @@
#ifndef _ROLLOVER_H
#define _ROLLOVER_H
/* $Id$ */
void StatAdd(statcnt *, unsigned long);
void Rollover(void);
#endif