aboutsummaryrefslogtreecommitdiffhomepage
path: root/exec.h
diff options
context:
space:
mode:
authorGravatar axel <axel@liljencrantz.se>2005-10-03 23:09:37 +1000
committerGravatar axel <axel@liljencrantz.se>2005-10-03 23:09:37 +1000
commit101205900b105169c06d9a083304c01f5013d6f4 (patch)
tree8a101a3d984190dde8d6a43c67c6e597882a24cc /exec.h
parentc39fed1f37b790ce685f7883fc64d3ed8fccedf5 (diff)
Make sure all internal file descriptors are closed when spawning children
darcs-hash:20051003130937-ac50b-95fb750b3c26f1c03a2a877770bbeee536ea3b74.gz
Diffstat (limited to 'exec.h')
-rw-r--r--exec.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/exec.h b/exec.h
index f7504647..c3296411 100644
--- a/exec.h
+++ b/exec.h
@@ -3,6 +3,17 @@
*/
/**
+ Initialize the exec library
+*/
+void exec_init();
+
+/*
+ Destroy dynamically allocated data and other resources used by the
+ exec library
+*/
+void exec_destroy();
+
+/**
Execute the processes specified by j.
I've put a fair bit of work into making builtins behave like other