|
|
|
@ -48,6 +48,11 @@
|
|
|
|
|
#ifndef Xorriso_includeD |
|
|
|
|
#define Xorriso_includeD yes |
|
|
|
|
|
|
|
|
|
#ifdef __cplusplus |
|
|
|
|
extern "C" { |
|
|
|
|
#endif |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/** Opaque handle of the xorriso runtime context */ |
|
|
|
|
struct XorrisO;
|
|
|
|
|
|
|
|
|
@ -2158,6 +2163,9 @@ int Xorriso_option_xattr(struct XorrisO *xorriso, char *mode, int flag);
|
|
|
|
|
/* @since 0.3.8 */ |
|
|
|
|
int Xorriso_option_zisofs(struct XorrisO *xorriso, char *mode, int flag); |
|
|
|
|
|
|
|
|
|
#ifdef __cplusplus |
|
|
|
|
} /* extern "C" */ |
|
|
|
|
#endif |
|
|
|
|
|
|
|
|
|
#endif /* Xorriso_includeD */ |
|
|
|
|
|
|
|
|
|