diff options
Diffstat (limited to 'src/include/spawn.h')
-rw-r--r-- | src/include/spawn.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/include/spawn.h b/src/include/spawn.h new file mode 100644 index 0000000..93b6e69 --- /dev/null +++ b/src/include/spawn.h @@ -0,0 +1,12 @@ +#ifndef SPAWN_H_INCLUDE +#define SPAWN_H_INCLUDE + +#include "buffer.h" + +extern int truncreport; + +extern int spawn(int fdmess, int fdout, const char *s, char *r, const int at); +extern void report(buffer *log, int wstat, char *s, int len); +extern void initialize(int argc, char **argv); + +#endif |