muimaster.library: support Listview_List in List
[AROS.git] / compiler / posixc / __dirdesc.h
blobb14940dec3c0c48918cab75d79696074382cdb0a
1 #ifndef __DIRDESC_H
2 #define __DIRDESC_H
4 #include <dirent.h>
6 #include <aros/types/off_t.h>
8 struct __dirdesc
10 int fd;
11 struct dirent ent;
12 off_t pos;
13 void *priv;
16 #endif /* __DIRDESC_H */