From 0e41e0b7c551d577c22810dcda8cfd9459587a99 Mon Sep 17 00:00:00 2001 From: google Date: Sun, 2 Sep 2012 23:15:15 +1200 Subject: Add prototypes for isotime and isodate. This should have been in the previous commit. --- sys/include/libc.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sys/include/libc.h b/sys/include/libc.h index 833a3f50b..a16ab4ef4 100644 --- a/sys/include/libc.h +++ b/sys/include/libc.h @@ -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 */ -- cgit v1.2.3