aboutsummaryrefslogtreecommitdiff
path: root/lib/exec/exec.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/exec/exec.h')
-rw-r--r--lib/exec/exec.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/exec/exec.h b/lib/exec/exec.h
new file mode 100644
index 0000000..fe7e811
--- /dev/null
+++ b/lib/exec/exec.h
@@ -0,0 +1,6 @@
+#ifndef EXEC_H
+#define EXEC_H
+
+int exec(const char **argv);
+
+#endif