Implemented -find option -exec echo, chown, chgrp, chmod, alter_date, lsdl

This commit is contained in:
2007-12-30 19:02:44 +00:00
parent 81a5121d73
commit bc1d8d4092
6 changed files with 451 additions and 17 deletions

View File

@@ -301,6 +301,18 @@ int Findjob_test(struct FindjoB *job, char *name,
struct stat *boss_stbuf, struct stat *stbuf,
int depth, int flag);
/* @return <0 error, >=0 see xorriso.c struct FindjoB.action
*/
int Findjob_get_action(struct FindjoB *o, int flag);
/* @return <0 error, >=0 see xorriso.c struct FindjoB.action
*/
int Findjob_get_action_parms(struct FindjoB *o, char **target,
uid_t *user, gid_t *group,
mode_t *mode_and, mode_t *mode_or,
int *type, time_t *date, int flag);
#endif /* Xorriso_private_includeD */