blob: 9e3246889e6125c981e3161217cf01a1f2375511 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
/* $OpenBSD: main.ih,v 1.2 2001/01/29 02:05:44 niklas Exp $ */
/* $NetBSD: main.ih,v 1.2 1995/04/20 22:39:55 cgd Exp $ */
/* ========= begin header generated by ./mkh ========= */
#ifdef __cplusplus
extern "C" {
#endif
/* === main.c === */
void regress __P((FILE *in));
void try __P((char *f0, char *f1, char *f2, char *f3, char *f4, int opts));
int options __P((int type, char *s));
int opt __P((int c, char *s));
void fixstr __P((register char *p));
char *check __P((char *str, regmatch_t sub, char *should));
static char *eprint __P((int err));
static int efind __P((char *name));
#ifdef __cplusplus
}
#endif
/* ========= end header generated by ./mkh ========= */
|