socat/xiohelp.h

15 lines
437 B
C
Raw Normal View History

2008-01-28 21:37:16 +00:00
/* source: xiohelp.h */
/* Copyright Gerhard Rieger and contributors (see file CHANGES) */
2008-01-27 12:00:08 +00:00
/* Published under the GNU General Public License V.2, see file COPYING */
#ifndef __xiohelp_h_included
#define __xiohelp_h_included 1
2023-07-13 07:06:08 +00:00
extern const char *xiohelp_opttypename(enum e_types typnum);
2008-01-27 12:00:08 +00:00
extern int xioopenhelp(FILE *of,
int level /* 0..only addresses, 1..and options */
);
#endif /* !defined(__xiohelp_h_included) */