[BACK]Return to regexp.h CVS log [TXT][DIR] Up to [local] / src / usr.bin / less

Diff for /src/usr.bin/less/Attic/regexp.h between version 1.1.1.1 and 1.1.1.2

version 1.1.1.1, 1996/09/21 05:39:44 version 1.1.1.2, 2003/04/13 18:21:21
Line 27 
Line 27 
   
 extern regexp *regcomp _ANSI_ARGS_((char *exp));  extern regexp *regcomp _ANSI_ARGS_((char *exp));
 extern int regexec _ANSI_ARGS_((regexp *prog, char *string));  extern int regexec _ANSI_ARGS_((regexp *prog, char *string));
   extern int regexec2 _ANSI_ARGS_((regexp *prog, char *string, int notbol));
 extern void regsub _ANSI_ARGS_((regexp *prog, char *source, char *dest));  extern void regsub _ANSI_ARGS_((regexp *prog, char *source, char *dest));
 extern void regerror _ANSI_ARGS_((char *msg));  extern void regerror _ANSI_ARGS_((char *msg));
   

Legend:
Removed from v.1.1.1.1  
changed lines
  Added in v.1.1.1.2