Implemented option -chmod (does not get written into image, though)

This commit is contained in:
2007-11-07 19:18:31 +00:00
parent f46827aa62
commit aa0f876723
5 changed files with 200 additions and 45 deletions

View File

@@ -95,5 +95,9 @@ int Xorriso_expand_pattern(struct XorrisO *xorriso,
int num_patterns, char **patterns,
int *filec, char ***filev, off_t *mem, int flag);
int Xorriso_set_st_mode(struct XorrisO *xorriso, char *path,
mode_t mode_and, mode_t mode_or, int flag);
#endif /* Xorrisoburn_includeD */