2008-01-28 21:37:16 +00:00
|
|
|
/* source: xiohelp.h */
|
2016-07-22 06:54:31 +00:00
|
|
|
/* 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 */
|
|
|
|
);
|
|
|
|
|
2023-07-13 07:06:35 +00:00
|
|
|
extern int xiohelp_syntax(const char *addr, int expectnum, int isnum, const char *syntax);
|
|
|
|
|
2008-01-27 12:00:08 +00:00
|
|
|
#endif /* !defined(__xiohelp_h_included) */
|