24 lines
541 B
C
24 lines
541 B
C
|
|
|
|
/* Adapter to libisoburn, libisofs and libburn for xorriso,
|
|
a command line oriented batch and dialog tool which creates, loads,
|
|
manipulates and burns ISO 9660 filesystem images.
|
|
|
|
Copyright 2007 Thomas Schmitt, <scdbackup@gmx.net>
|
|
|
|
Provided under GPL version 2.
|
|
|
|
This file contains the inner isofs- and burn-library interface of xorriso.
|
|
*/
|
|
|
|
#ifndef Xorrisoburn_includeD
|
|
#define Xorrisoburn_includeD yes
|
|
|
|
struct XorrisO;
|
|
|
|
int Xorriso_startup_libraries(struct XorrisO *xorriso, int flag);
|
|
|
|
|
|
#endif /* Xorrisoburn_includeD */
|
|
|