6a6a253885
Added doc dir. and manual as .pdf restored deleted files - yep I screwed the pooch.
10 lines
175 B
C
10 lines
175 B
C
/* $Id: timestats.h,v 1.1 2001/11/12 21:42:18 mbroek Exp $ */
|
|
|
|
#ifndef _TIMESTATS_H
|
|
#define _TIMESTATS_H
|
|
|
|
void TimeStats(void); /* Get users Time Statistics */
|
|
|
|
|
|
#endif
|