New option -compare

This commit is contained in:
2008-02-26 21:45:28 +00:00
parent 65cdcf4e99
commit 69faba4371
5 changed files with 272 additions and 63 deletions

View File

@ -166,5 +166,14 @@ int Xorriso_get_profile(struct XorrisO *xorriso, int *profile_number,
int Xorriso_set_publisher(struct XorrisO *xorriso, char *name, int flag);
int Xorriso_iso_file_open(struct XorrisO *xorriso, char *pathname,
void **stream, int flag);
int Xorriso_iso_file_read(struct XorrisO *xorriso, void *stream, char *buf,
int count, int flag);
int Xorriso_iso_file_close(struct XorrisO *xorriso, void **stream, int flag);
#endif /* Xorrisoburn_includeD */