providing prototype for timediff
This commit is contained in:
parent
248f0f374e
commit
88155300e6
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue