aboutsummaryrefslogtreecommitdiff
path: root/include/exec.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/exec.h')
-rw-r--r--include/exec.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/exec.h b/include/exec.h
new file mode 100644
index 0000000..a761c3e
--- /dev/null
+++ b/include/exec.h
@@ -0,0 +1,6 @@
+#ifndef EXEC_H
+#define exec_h
+#include "types.h"
+
+struct line runextension(struct line *data, char *filename, size_t n);
+#endif