|
|
|
@ -1,4 +1,7 @@
|
|
|
|
|
|
|
|
|
|
#ifndef LIBISOBURN_LIBISOBURN_H_ |
|
|
|
|
#define LIBISOBURN_LIBISOBURN_H_ |
|
|
|
|
|
|
|
|
|
/*
|
|
|
|
|
Lower level API definition of libisoburn. |
|
|
|
|
|
|
|
|
@ -7,6 +10,10 @@
|
|
|
|
|
Provided under GPL version 2 or later. |
|
|
|
|
*/ |
|
|
|
|
|
|
|
|
|
#ifdef __cplusplus |
|
|
|
|
extern "C" { |
|
|
|
|
#endif |
|
|
|
|
|
|
|
|
|
/** Overview
|
|
|
|
|
|
|
|
|
|
libisoburn is a frontend for libraries libburn and libisofs which enables |
|
|
|
@ -2583,3 +2590,9 @@ int isoburn_needs_emulation(struct burn_drive *d);
|
|
|
|
|
|
|
|
|
|
/* no tests active, currently */ |
|
|
|
|
|
|
|
|
|
#ifdef __cplusplus |
|
|
|
|
} /* extern "C" */ |
|
|
|
|
#endif |
|
|
|
|
|
|
|
|
|
#endif /* LIBISOBURN_LIBISOBURN_H_ */ |
|
|
|
|
|
|
|
|
|