summaryrefslogtreecommitdiffstats
path: root/lib.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib.h')
-rw-r--r--lib.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib.h b/lib.h
index 33207145..67a35d26 100644
--- a/lib.h
+++ b/lib.h
@@ -663,6 +663,8 @@ val tostring(val obj);
val tostringp(val obj);
val time_sec(void);
val time_sec_usec(void);
+val time_string_local(val time, val format);
+val time_string_utc(val time, val format);
void init(const wchar_t *progname, mem_t *(*oom_realloc)(mem_t *, size_t),
val *stack_bottom);