Version 1.8.0.0
[socat.git] / xiohelp.h
blob3c7c0e4ef013ef535b9d50b0c0074da3fe9844e9
1 /* source: xiohelp.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 __xiohelp_h_included
6 #define __xiohelp_h_included 1
8 extern const char *xiohelp_opttypename(enum e_types typnum);
10 extern int xioopenhelp(FILE *of,
11 int level /* 0..only addresses, 1..and options */
14 extern int xiohelp_syntax(const char *addr, int expectnum, int isnum, const char *syntax);
16 #endif /* !defined(__xiohelp_h_included) */