Deleted Added
full compact
proto.h (201951) proto.h (224731)
1/****************************************************************
2Copyright (C) Lucent Technologies 1997
3All Rights Reserved
4
5Permission to use, copy, modify, and distribute this software and
6its documentation for any purpose and without fee is hereby
7granted, provided that the above copyright notice appear in all
8copies and that both that the copyright notice and this

--- 29 unchanged lines hidden (view full) ---

38extern int yyback(int *, int);
39extern int yyinput(void);
40
41extern fa *makedfa(const char *, int);
42extern fa *mkdfa(const char *, int);
43extern int makeinit(fa *, int);
44extern void penter(Node *);
45extern void freetr(Node *);
1/****************************************************************
2Copyright (C) Lucent Technologies 1997
3All Rights Reserved
4
5Permission to use, copy, modify, and distribute this software and
6its documentation for any purpose and without fee is hereby
7granted, provided that the above copyright notice appear in all
8copies and that both that the copyright notice and this

--- 29 unchanged lines hidden (view full) ---

38extern int yyback(int *, int);
39extern int yyinput(void);
40
41extern fa *makedfa(const char *, int);
42extern fa *mkdfa(const char *, int);
43extern int makeinit(fa *, int);
44extern void penter(Node *);
45extern void freetr(Node *);
46extern int hexstr(char **);
47extern int quoted(char **);
46extern int hexstr(uschar **);
47extern int quoted(uschar **);
48extern char *cclenter(const char *);
49extern void overflo(const char *);
50extern void cfoll(fa *, Node *);
51extern int first(Node *);
52extern void follow(Node *);
53extern int member(int, const char *);
54extern int match(fa *, const char *);
55extern int pmatch(fa *, const char *);

--- 140 unchanged lines hidden ---
48extern char *cclenter(const char *);
49extern void overflo(const char *);
50extern void cfoll(fa *, Node *);
51extern int first(Node *);
52extern void follow(Node *);
53extern int member(int, const char *);
54extern int match(fa *, const char *);
55extern int pmatch(fa *, const char *);

--- 140 unchanged lines hidden ---