summaryrefslogtreecommitdiffstats
path: root/sysif.h
diff options
context:
space:
mode:
Diffstat (limited to 'sysif.h')
-rw-r--r--sysif.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sysif.h b/sysif.h
index cc817402..ef548d21 100644
--- a/sysif.h
+++ b/sysif.h
@@ -53,6 +53,8 @@ val usleep_wrap(val usec);
#if HAVE_FORK_STUFF
val exec_wrap(val file, val args_opt);
#endif
+time_t c_time(val time);
+val num_time(time_t time);
#if HAVE_SYS_STAT
struct stat;
val stat_to_struct(struct stat st, val path);