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

Diff for /src/include/glob.h between version 1.11 and 1.12

version 1.11, 2010/09/24 13:32:55 version 1.12, 2012/10/01 00:21:19
Line 90 
Line 90 
 #endif  #endif
   
 __BEGIN_DECLS  __BEGIN_DECLS
 int     glob(const char *, int, int (*)(const char *, int), glob_t *);  int     glob(const char *__restrict, int, int (*)(const char *, int),
               glob_t *__restrict);
 void    globfree(glob_t *);  void    globfree(glob_t *);
 __END_DECLS  __END_DECLS
   

Legend:
Removed from v.1.11  
changed lines
  Added in v.1.12