providing prototype for timediff

This commit is contained in:
dwarning 2007-11-14 20:26:34 +00:00
parent 248f0f374e
commit 88155300e6
1 changed files with 10 additions and 0 deletions

View File

@ -9,4 +9,14 @@
char * datestring(void);
double seconds(void);
#ifndef HAVE_GETRUSAGE
#ifndef HAVE_TIMES
#ifdef HAVE_FTIME
void timediff(struct timeb *, struct timeb *, int *, int *);
#endif
#endif
#endif
#endif