Add prototypes for isotime and isodate. This should have been in the previous commit.

This commit is contained in:
google 2012-09-02 23:15:15 +12:00
parent dfc348c4e2
commit 0e41e0b7c5

View file

@ -328,6 +328,8 @@ extern double cputime(void);
extern long times(long*);
extern long tm2sec(Tm*);
extern vlong nsec(void);
extern char* isotime(Tm*);
extern char* isodate(Tm*);
extern void cycles(uvlong*); /* 64-bit value of the cycle counter if there is one, 0 if there isn't */