nightmaremail

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

direntry.h2 (121B)


      1 #ifndef DIRENTRY_H
      2 #define DIRENTRY_H
      3 
      4 #include <sys/types.h>
      5 #include <dirent.h>
      6 #define direntry struct dirent
      7 
      8 #endif