Began to implement -ls and -ls_l, enhanced -cdi, not done yet

This commit is contained in:
2007-10-21 12:42:27 +00:00
parent 7f9694b2b4
commit 46a56ad8d0
4 changed files with 150 additions and 21 deletions

View File

@@ -54,6 +54,9 @@ int Xorriso_format_media(struct XorrisO *xorriso, int flag);
*/
int Xorriso_rmi(struct XorrisO *xorriso, char *path, int flag);
/* @param flag bit0= long format , bit1= only check for directory existence */
int Xorriso_ls(struct XorrisO *xorriso, int flag);
#endif /* Xorrisoburn_includeD */