diff options
Diffstat (limited to 'src/exec.h')
-rw-r--r-- | src/exec.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/exec.h b/src/exec.h new file mode 100644 index 0000000..a657614 --- /dev/null +++ b/src/exec.h @@ -0,0 +1,8 @@ +#ifndef fooexechfoo +#define fooexechfoo + +#include "stream.h" + +struct stream* stream_exec(const char *args); + +#endif |