Implemented option -find alias -findi

This commit is contained in:
2007-12-21 13:16:49 +00:00
parent 6c2f033ec8
commit 1d65dc7ddb
7 changed files with 274 additions and 28 deletions

View File

@@ -15,6 +15,7 @@
#define Xorrisoburn_includeD yes
struct XorrisO;
struct FindjoB;
int Xorriso_startup_libraries(struct XorrisO *xorriso, int flag);
@@ -122,5 +123,10 @@ 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);
int Xorriso_findi(struct XorrisO *xorriso, struct FindjoB *job,
void *dir_node_generic, char *dir_path,
struct stat *dir_stbuf, int depth, int flag);
#endif /* Xorrisoburn_includeD */