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

Diff for /src/include/dirent.h between version 1.10 and 1.11

version 1.10, 2003/06/02 19:34:12 version 1.11, 2003/06/26 18:35:13
Line 103 
Line 103 
 int scandir(const char *, struct dirent ***,  int scandir(const char *, struct dirent ***,
     int (*)(struct dirent *), int (*)(const void *, const void *));      int (*)(struct dirent *), int (*)(const void *, const void *));
 int alphasort(const void *, const void *);  int alphasort(const void *, const void *);
 int getdirentries(int, char *, int, long *);  int getdirentries(int, char *, int, long *)
                   __attribute__ ((__bounded__(__string__,2,3)));
 #endif /* not POSIX */  #endif /* not POSIX */
 int readdir_r(DIR *, struct dirent *, struct dirent **);  int readdir_r(DIR *, struct dirent *, struct dirent **);
 __END_DECLS  __END_DECLS

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