summaryrefslogtreecommitdiff
path: root/src/include/spawn.h
blob: 93b6e6924c37077b82dfbbe34d15b49b24602579 (plain)
1
2
3
4
5
6
7
8
9
10
11
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