2005-02-06 09:05:18 +03:00
|
|
|
/* $NetBSD: main.ih,v 1.3 2005/02/06 06:05:19 perry Exp $ */
|
1995-04-21 02:37:12 +04:00
|
|
|
|
1993-11-11 02:34:55 +03:00
|
|
|
/* ========= begin header generated by ./mkh ========= */
|
|
|
|
#ifdef __cplusplus
|
|
|
|
extern "C" {
|
|
|
|
#endif
|
|
|
|
|
|
|
|
/* === main.c === */
|
2005-02-06 09:05:18 +03:00
|
|
|
void regress(FILE *in);
|
|
|
|
void try(char *f0, char *f1, char *f2, char *f3, char *f4, int opts);
|
|
|
|
int options(int type, char *s);
|
|
|
|
int opt(int c, char *s);
|
|
|
|
void fixstr(char *p);
|
|
|
|
char *check(char *str, regmatch_t sub, char *should);
|
|
|
|
static char *eprint(int err);
|
|
|
|
static int efind(char *name);
|
1993-11-11 02:34:55 +03:00
|
|
|
|
|
|
|
#ifdef __cplusplus
|
|
|
|
}
|
|
|
|
#endif
|
|
|
|
/* ========= end header generated by ./mkh ========= */
|