Implemented options -chown and -chgrp (not written into image, though)

This commit is contained in:
2007-11-07 22:55:37 +00:00
parent aa0f876723
commit 8d480b1b91
4 changed files with 134 additions and 54 deletions

View File

@@ -98,6 +98,12 @@ int Xorriso_expand_pattern(struct XorrisO *xorriso,
int Xorriso_set_st_mode(struct XorrisO *xorriso, char *path,
mode_t mode_and, mode_t mode_or, int flag);
int Xorriso_set_uid(struct XorrisO *xorriso, char *in_path, uid_t uid,
int flag);
int Xorriso_set_gid(struct XorrisO *xorriso, char *in_path, gid_t gid,
int flag);
#endif /* Xorrisoburn_includeD */