New command -concat
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
|
||||
/* xorriso - creates, loads, manipulates and burns ISO 9660 filesystem images.
|
||||
|
||||
Copyright 2007-2012 Thomas Schmitt, <scdbackup@gmx.net>
|
||||
Copyright 2007-2014 Thomas Schmitt, <scdbackup@gmx.net>
|
||||
|
||||
Provided under GPL version 2 or later.
|
||||
|
||||
@ -68,6 +68,8 @@ int Sfile_count_components(char *path, int flag);
|
||||
6=block device
|
||||
7=socket (with bit3)
|
||||
8=character device (with bit3)
|
||||
| 1024 if interpreted as /dev/fd/#fd#
|
||||
| 2048 if interpreted as /dev/fd/#fd# and not fstatable
|
||||
*/
|
||||
int Sfile_type(char *filename, int flag);
|
||||
|
||||
@ -135,6 +137,7 @@ int Sfile_prepend_path(char *prefix, char path[SfileadrL], int flag);
|
||||
|
||||
int Sfile_home_adr_s(char *filename, char *fileadr, int fa_size, int flag);
|
||||
|
||||
int Sfile_get_dev_fd_no(char *filename, int flag);
|
||||
|
||||
#endif /* ! Xorriso_pvt_sfile_includeD */
|
||||
|
||||
|
Reference in New Issue
Block a user