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

Diff for /src/usr.bin/vgrind/Attic/extern.h between version 1.2 and 1.3

version 1.2, 1996/06/26 05:42:28 version 1.3, 2002/02/16 21:27:56
Line 61 
Line 61 
 #include <sys/cdefs.h>  #include <sys/cdefs.h>
   
 __BEGIN_DECLS  __BEGIN_DECLS
 extern int      STRNCMP __P((char *, char *, int));  extern int      STRNCMP(char *, char *, int);
 extern char    *convexp __P((char *));  extern char    *convexp(char *);
 extern char    *expmatch __P((char *, char *, char *));  extern char    *expmatch(char *, char *, char *);
 __END_DECLS  __END_DECLS
   

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