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

Diff for /src/include/Attic/re_comp.h between version 1.2 and 1.3

version 1.2, 1997/09/21 10:45:47 version 1.3, 2002/02/16 21:27:17
Line 42 
Line 42 
 #include <sys/cdefs.h>  #include <sys/cdefs.h>
   
 __BEGIN_DECLS  __BEGIN_DECLS
 char   *re_comp __P((const char *));  char   *re_comp(const char *);
 int     re_exec __P((const char *));  int     re_exec(const char *);
 __END_DECLS  __END_DECLS
   
 #endif /* _RE_COMP_H_ */  #endif /* _RE_COMP_H_ */

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3