54
55
const gchar *working_dir,
57
gboolean create_pipe, // FIXME: Move the pipe code into session.c, and then make a whitelist of fds to keep open
58
60
GPid child_process_get_pid (ChildProcess *process);
60
62
void child_process_signal (ChildProcess *process, int signum);
64
76
#endif /* _CHILD_PROCESS_H_ */