5 #include <libtarint/internal.h>
14 struct _finddata_t Entry
; // data of current file
15 int EOD
; //end of directory
18 typedef struct _KWDIRENTRY
20 char d_name
[TAR_MAXPATHLEN
];
23 typedef struct _KWDIR kwDirectory
;
24 kwDirectory
* kwOpenDir(const char* name
);
25 kwDirEntry
* kwReadDir(kwDirectory
* dir
);
26 int kwCloseDir(kwDirectory
* dir
);