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 62712387..5b22ea5c 100644
--- a/sysif.h
+++ b/sysif.h
@@ -43,6 +43,8 @@ typedef long off_t;
#endif
val getenv_wrap(val name);
+val at_exit_call(val func);
+val at_exit_do_not_call(val func);
#if HAVE_FORK_STUFF
val exec_wrap(val file, val args_opt);
#endif