summaryrefslogtreecommitdiff
path: root/util.h
diff options
context:
space:
mode:
Diffstat (limited to 'util.h')
-rw-r--r--util.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/util.h b/util.h
index 3dd9447b..b578e282 100644
--- a/util.h
+++ b/util.h
@@ -35,6 +35,6 @@ char * newSysString(const char *toconvert);
#endif
#endif
unsigned int iso8601_to_secs(char *iso8601);
-
+char * current_to_iso8601(void);
#endif