Version 1.8.0.0
[socat.git] / xio-progcall.h
bloba2aa90baf86ab99fbb2ee6da19a7f7434bcd1ece
1 /* source: xio-progcall.h */
2 /* Copyright Gerhard Rieger and contributors (see file CHANGES) */
3 /* Published under the GNU General Public License V.2, see file COPYING */
5 #ifndef __xio_progcall_h_included
6 #define __xio_progcall_h_included 1
8 extern const struct optdesc opt_fdin;
9 extern const struct optdesc opt_fdout;
10 extern const struct optdesc opt_path;
11 extern const struct optdesc opt_pipes;
12 extern const struct optdesc opt_pty;
13 extern const struct optdesc opt_sitout_eio;
14 extern const struct optdesc opt_openpty;
15 extern const struct optdesc opt_ptmx;
16 extern const struct optdesc opt_stderr;
17 extern const struct optdesc opt_nofork;
18 extern const struct optdesc opt_sighup;
19 extern const struct optdesc opt_sigint;
20 extern const struct optdesc opt_sigquit;
22 extern int _xioopen_foxec(int rw, /* O_RDONLY etc. */
23 struct single *fd,
24 groups_t groups,
25 struct opt **opts,
26 int *duptostderr
28 extern int setopt_path(struct opt *opts, char **path);
29 extern
30 int _xioopen_redir_stderr(int fdo);
32 #endif /* !defined(__xio_progcall_h_included) */