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

Diff for /src/include/dirent.h between version 1.12 and 1.13

version 1.12, 2003/06/26 19:34:17 version 1.13, 2003/08/01 17:38:33
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.12  
changed lines
  Added in v.1.13