summary refs log tree commit diff
path: root/src/fmt_ptime.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/fmt_ptime.h')
-rw-r--r--src/fmt_ptime.h1
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