xref: /aosp_15_r20/external/libcups/vcnet/regex/main.ih (revision 5e7646d21f1134fb0638875d812ef646c12ab91e)
1*5e7646d2SAndroid Build Coastguard Worker/* ========= begin header generated by ./mkh ========= */
2*5e7646d2SAndroid Build Coastguard Worker#ifdef __cplusplus
3*5e7646d2SAndroid Build Coastguard Workerextern "C" {
4*5e7646d2SAndroid Build Coastguard Worker#endif
5*5e7646d2SAndroid Build Coastguard Worker
6*5e7646d2SAndroid Build Coastguard Worker/* === main.c === */
7*5e7646d2SAndroid Build Coastguard Workervoid regress(FILE *in);
8*5e7646d2SAndroid Build Coastguard Workervoid try(char *f0, char *f1, char *f2, char *f3, char *f4, int opts);
9*5e7646d2SAndroid Build Coastguard Workerint options(int type, char *s);
10*5e7646d2SAndroid Build Coastguard Workerint opt(int c, char *s);
11*5e7646d2SAndroid Build Coastguard Workervoid fixstr(register char *p);
12*5e7646d2SAndroid Build Coastguard Workerchar *check(char *str, regmatch_t sub, char *should);
13*5e7646d2SAndroid Build Coastguard Workerstatic char *eprint(int err);
14*5e7646d2SAndroid Build Coastguard Workerstatic int efind(char *name);
15*5e7646d2SAndroid Build Coastguard Worker
16*5e7646d2SAndroid Build Coastguard Worker#ifdef __cplusplus
17*5e7646d2SAndroid Build Coastguard Worker}
18*5e7646d2SAndroid Build Coastguard Worker#endif
19*5e7646d2SAndroid Build Coastguard Worker/* ========= end header generated by ./mkh ========= */
20