New option -publisher

This commit is contained in:
2008-02-21 13:01:34 +00:00
parent 28fdfc96bd
commit c9067f4142
6 changed files with 79 additions and 6 deletions

View File

@ -162,5 +162,9 @@ int Xorriso_burn_track(struct XorrisO *xorriso, char *track_source, int flag);
int Xorriso_get_profile(struct XorrisO *xorriso, int *profile_number,
char profile_name[80], int flag);
/* @param flag bit0= do not mark image as changed */
int Xorriso_set_publisher(struct XorrisO *xorriso, char *name, int flag);
#endif /* Xorrisoburn_includeD */