Mentioned ISO 9660 level 3 in libisoburn API

This commit is contained in:
Thomas Schmitt 2010-12-24 13:55:17 +00:00
parent 6e17a979e5
commit ee4ba9d033
2 changed files with 2 additions and 1 deletions

View File

@ -952,6 +952,7 @@ int isoburn_igopt_destroy(struct isoburn_imgen_opts **o, int flag);
@param level is a term of the ISO 9660 standard. It should be one of:
1= filenames restricted to form 8.3
2= filenames allowed up to 31 characters
3= file content may be larger than 4 GB - 1.
@return 1 success, <=0 failure
*/
int isoburn_igopt_set_level(struct isoburn_imgen_opts *o, int level);

View File

@ -1 +1 @@
#define Xorriso_timestamP "2010.12.23.190134"
#define Xorriso_timestamP "2010.12.24.135515"