1 /*$Id: regexp.h,v 1.13 1994/10/07 15:25:09 berg Exp $*/
2 
3 struct eps
4 { unsigned opc;struct eps*next;
5   union seps {struct eps*awn;int sopc;void*irrelevoid;} sp;
6 }*
7  bregcomp P((const char*const a,const unsigned ign_case));
8 char*
9  bregexec Q((struct eps*code,const uchar*const text,const uchar*str,size_t len,
10   const unsigned ign_case));
11