[BACK]Return to regex.h CVS log [TXT][DIR] Up to [local] / src / include

Diff for /src/include/regex.h between version 1.4 and 1.5

version 1.4, 2002/02/16 21:27:17 version 1.5, 2002/02/17 19:42:21
Line 102 
Line 102 
 __BEGIN_DECLS  __BEGIN_DECLS
 int     regcomp(regex_t *, const char *, int);  int     regcomp(regex_t *, const char *, int);
 size_t  regerror(int, const regex_t *, char *, size_t);  size_t  regerror(int, const regex_t *, char *, size_t);
 int     regexec __P((const regex_t *,  int     regexec(const regex_t *, const char *, size_t, regmatch_t [], int);
             const char *, size_t, regmatch_t [], int));  
 void    regfree(regex_t *);  void    regfree(regex_t *);
 __END_DECLS  __END_DECLS
   

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5