summaryrefslogtreecommitdiffstats
path: root/src/exec.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/exec.h')
-rw-r--r--src/exec.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/exec.h b/src/exec.h
new file mode 100644
index 0000000..419096c
--- /dev/null
+++ b/src/exec.h
@@ -0,0 +1,6 @@
+#ifndef fooexehfoo
+#define fooexehfoo
+
+int log_exec(const char *dir, const char *prog, const char *arg);
+
+#endif