~ubuntu-branches/ubuntu/hardy/php5/hardy-updates

« back to all changes in this revision

Viewing changes to regex/main.ih

  • Committer: Bazaar Package Importer
  • Author(s): Adam Conrad
  • Date: 2005-10-09 03:14:32 UTC
  • Revision ID: james.westby@ubuntu.com-20051009031432-kspik3lobxstafv9
Tags: upstream-5.0.5
ImportĀ upstreamĀ versionĀ 5.0.5

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* ========= begin header generated by ./mkh ========= */
 
2
#ifdef __cplusplus
 
3
extern "C" {
 
4
#endif
 
5
 
 
6
/* === main.c === */
 
7
void regress(FILE *in);
 
8
void try(char *f0, char *f1, char *f2, char *f3, char *f4, int opts);
 
9
int options(int type, char *s);
 
10
int opt(int c, char *s);
 
11
void fixstr(register char *p);
 
12
char *check(char *str, regmatch_t sub, char *should);
 
13
static char *eprint(int err);
 
14
static int efind(char *name);
 
15
 
 
16
#ifdef __cplusplus
 
17
}
 
18
#endif
 
19
/* ========= end header generated by ./mkh ========= */