Browse Source

providing prototype for timediff

pre-master-46
dwarning 19 years ago
parent
commit
88155300e6
  1. 10
      src/misc/misc_time.h

10
src/misc/misc_time.h

@ -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…
Cancel
Save