New -find actions "rm" and "rm_r", silenced comparison results with -update*

This commit is contained in:
2008-03-06 11:43:08 +00:00
parent 5a72e86936
commit 1fb2d8c392
5 changed files with 88 additions and 65 deletions

View File

@ -139,6 +139,9 @@ int Xorriso_set_gid(struct XorrisO *xorriso, char *in_path, gid_t gid,
int Xorriso_set_time(struct XorrisO *xorriso, char *in_path, time_t t,
int flag);
/* @param flag bit0= recursion
bit1= do not count deleted files with rm and rm_r
*/
int Xorriso_findi(struct XorrisO *xorriso, struct FindjoB *job,
void *boss_iter, off_t boss_mem,
void *dir_node_generic, char *dir_path,