1 #ifndef _DIRLIST_PRIVATE_H_
2 #define _DIRLIST_PRIVATE_H_
4 #include <exec/types.h>
5 #include <utility/hooks.h>
10 struct Hook construct_hook
;
11 struct Hook destruct_hook
;
12 struct Hook display_hook
;
13 struct Hook
*filterhook
;
29 UBYTE size_string
[20];
30 UBYTE date_string
[20];
31 UBYTE time_string
[20];
38 struct FileInfoBlock fib
;
41 #endif /* _DIRLIST_PRIVATE_H_ */