1/*$Id: regexp.h,v 1.13 1994/10/07 15:25:09 berg Exp $*/
2
3struct 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));
8char*
9 bregexec Q((struct eps*code,const uchar*const text,const uchar*str,size_t len,
10  const unsigned ign_case));
11