Hopefully completed -cd alias -cdi

This commit is contained in:
2007-10-21 15:10:41 +00:00
parent 46a56ad8d0
commit 65e6e45dff
5 changed files with 153 additions and 9 deletions

View File

@@ -57,6 +57,12 @@ 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);
/* @param flag bit0= do not produce problem events (unless internal error)
@return <0 = internal error , 0 = not found ,
1 = found simple node , 2 = found directory
*/
int Xorriso_normalize_img_path(struct XorrisO *xorriso, char *img_path,
char eff_path[], int flag);
#endif /* Xorrisoburn_includeD */