Implemented option -alter_date, corrected write problem with mode and ownership

This commit is contained in:
2007-11-08 14:43:53 +00:00
parent 8d480b1b91
commit 2ac12ad0e9
5 changed files with 587 additions and 29 deletions

View File

@@ -104,6 +104,9 @@ int Xorriso_set_uid(struct XorrisO *xorriso, char *in_path, uid_t uid,
int Xorriso_set_gid(struct XorrisO *xorriso, char *in_path, gid_t gid,
int flag);
/* @parm flag bit0= atime, bit1= ctime, bit2= mtime, bit8=no auto ctime */
int Xorriso_set_time(struct XorrisO *xorriso, char *in_path, time_t t,
int flag);
#endif /* Xorrisoburn_includeD */