Import ezmlm-idx 0.40
[ezmlm] / direntry.h2
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