epoc32/include/stdapis/dirent.h
branchSymbian3
changeset 4 837f303aceeb
parent 2 2fe1408b6811
equal deleted inserted replaced
3:e1b950c65cb4 4:837f303aceeb
    98 	 readdir(DIR *);
    98 	 readdir(DIR *);
    99 IMPORT_C void	 rewinddir(DIR *);
    99 IMPORT_C void	 rewinddir(DIR *);
   100 IMPORT_C int	 alphasort(const void *, const void *);
   100 IMPORT_C int	 alphasort(const void *, const void *);
   101 IMPORT_C int	 scandir(const char *, struct dirent ***,
   101 IMPORT_C int	 scandir(const char *, struct dirent ***,
   102 	    int (*)(struct dirent *), int (*)(const void *, const void *));
   102 	    int (*)(struct dirent *), int (*)(const void *, const void *));
       
   103 
       
   104 #if defined(SYMBIAN_OE_LARGE_FILE_SUPPORT) && !defined(SYMBIAN_OE_NO_LFS)
       
   105 #define readdir64	readdir
       
   106 #define alphasort64	alphasort
       
   107 #define scandir64	scandir
       
   108 #endif /* SYMBIAN_OE_LARGE_FILE_SUPPORT && !SYMBIAN_OE_NO_LFS */
       
   109 
       
   110 
   103 #if __XSI_VISIBLE
   111 #if __XSI_VISIBLE
   104 IMPORT_C void	 seekdir(DIR *, long);
   112 IMPORT_C void	 seekdir(DIR *, long);
   105 IMPORT_C long	 telldir(DIR *);
   113 IMPORT_C long	 telldir(DIR *);
   106 #endif
   114 #endif
   107 IMPORT_C int	 closedir(DIR *);
   115 IMPORT_C int	 closedir(DIR *);