diff options
Diffstat (limited to 'src/fmt_ptime.h')
-rw-r--r-- | src/fmt_ptime.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/fmt_ptime.h b/src/fmt_ptime.h index fe027b8..72ea008 100644 --- a/src/fmt_ptime.h +++ b/src/fmt_ptime.h @@ -8,6 +8,7 @@ #include "taia.h" extern unsigned int fmt_ptime(char *, struct taia *); +extern unsigned int fmt_ptime_iso8601(char *, struct taia *); extern unsigned int fmt_taia(char *, struct taia *); #endif |