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

Diff for /src/include/dirent.h between version 1.27 and 1.28

version 1.27, 2012/03/22 04:11:53 version 1.28, 2012/03/24 01:53:51
Line 98 
Line 98 
 int scandir(const char *, struct dirent ***, int (*)(struct dirent *),  int scandir(const char *, struct dirent ***, int (*)(struct dirent *),
     int (*)(const struct dirent **, const struct dirent **));      int (*)(const struct dirent **, const struct dirent **));
 int alphasort(const struct dirent **, const struct dirent **);  int alphasort(const struct dirent **, const struct dirent **);
   #elif __BSD_VISIBLE
   int scandir(const char *, struct dirent ***, int (*)(struct dirent *),
       int (*)(const void *, const void *));
   int alphasort(const void *, const void *);
 #endif  #endif
 #if __POSIX_VISIBLE >= 200809 || __XPG_VISIBLE > 600  #if __POSIX_VISIBLE >= 200809 || __XPG_VISIBLE > 600
 int dirfd(DIR *);  int dirfd(DIR *);

Legend:
Removed from v.1.27  
changed lines
  Added in v.1.28