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

Diff for /src/include/glob.h between version 1.6 and 1.7

version 1.6, 2002/02/16 21:27:17 version 1.7, 2002/02/17 19:42:21
Line 93 
Line 93 
 #define GLOB_ABEND      GLOB_ABORTED  #define GLOB_ABEND      GLOB_ABORTED
   
 __BEGIN_DECLS  __BEGIN_DECLS
 int     glob __P((const char *, int, int (*)(const char *, int), glob_t *));  int     glob(const char *, int, int (*)(const char *, int), glob_t *);
 void    globfree(glob_t *);  void    globfree(glob_t *);
 __END_DECLS  __END_DECLS
   

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