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

Diff for /src/include/fnmatch.h between version 1.5 and 1.6

version 1.5, 2000/03/24 17:13:23 version 1.6, 2002/02/16 21:27:17
Line 55 
Line 55 
 #include <sys/cdefs.h>  #include <sys/cdefs.h>
   
 __BEGIN_DECLS  __BEGIN_DECLS
 int      fnmatch __P((const char *, const char *, int));  int      fnmatch(const char *, const char *, int);
 __END_DECLS  __END_DECLS
   
 #endif /* !_FNMATCH_H_ */  #endif /* !_FNMATCH_H_ */

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