Began to implement interface to our libraries

This commit is contained in:
2007-10-14 12:20:56 +00:00
parent 58e3a855bd
commit 4f382d8cdf
5 changed files with 298 additions and 152 deletions

View File

@@ -0,0 +1,23 @@
/* 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 */