Removed more code redundancies and fd leak with Xorriso_obtain_pattern_files_x()

This commit is contained in:
2007-12-08 17:52:32 +00:00
parent d50079825e
commit 5a7e9ca843
4 changed files with 160 additions and 190 deletions

View File

@@ -6,7 +6,8 @@
Provided under GPL version 2.
This file contains the inner description of xorriso.
This file contains inner declarations of xorriso.
The public interface is in xorriso.h
*/
@@ -239,6 +240,7 @@ int Xorriso_register_matched_adr(struct XorrisO *xorriso,
char *adr, int count_limit,
int *filec, char **filev, off_t *mem, int flag);
int Xorriso_format_ls_l(struct XorrisO *xorriso, struct stat *stbuf, int flag);
int Sfile_str(char target[SfileadrL], char *source, int flag);