Failed to compile on OmniOS due to TCP_INFO
[socat.git] / xio-progcall.h
blobcd06bdb27396be16b95e93b8d564fd92a8c8ce2e
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_openpty;
14 extern const struct optdesc opt_ptmx;
15 extern const struct optdesc opt_stderr;
16 extern const struct optdesc opt_nofork;
17 extern const struct optdesc opt_sighup;
18 extern const struct optdesc opt_sigint;
19 extern const struct optdesc opt_sigquit;
21 extern int _xioopen_foxec(int rw, /* O_RDONLY etc. */
22 struct single *fd,
23 unsigned groups,
24 struct opt **opts,
25 int *duptostderr
27 extern int setopt_path(struct opt *opts, char **path);
28 extern
29 int _xioopen_redir_stderr(int fdo);
31 #endif /* !defined(__xio_progcall_h_included) */