home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / misc / volume35 / procmail / part01 / procmail280 / src / regexp.h < prev    next >
C/C++ Source or Header  |  1993-02-05  |  240b  |  7 lines

  1. /*$Id: regexp.h,v 1.4 1992/12/01 15:46:45 berg Exp $*/
  2.  
  3. struct eps{unsigned opc;struct eps*stack,*spawn,*next;}*
  4.  bregcomp P((const char*a,int ign_case));
  5. char*
  6.  bregexec Q((struct eps*code,const uchar*const text,size_t len,int ign_case));
  7.