Made libisoburn.h ready for use with C++ without importing namespace "burn"
This commit is contained in:
parent
cb89024dc1
commit
c63649986b
@ -478,7 +478,11 @@ int isoburn_drive_set_msgs_submit(struct burn_drive *d,
|
|||||||
@return The status of the drive, or what kind of disc is in it.
|
@return The status of the drive, or what kind of disc is in it.
|
||||||
Note: BURN_DISC_UNGRABBED indicates wrong API usage
|
Note: BURN_DISC_UNGRABBED indicates wrong API usage
|
||||||
*/
|
*/
|
||||||
|
#ifdef __cplusplus
|
||||||
|
enum burn::burn_disc_status isoburn_disc_get_status(struct burn_drive *drive);
|
||||||
|
#else
|
||||||
enum burn_disc_status isoburn_disc_get_status(struct burn_drive *drive);
|
enum burn_disc_status isoburn_disc_get_status(struct burn_drive *drive);
|
||||||
|
#endif
|
||||||
|
|
||||||
|
|
||||||
/** Tells whether the media can be treated by isoburn_disc_erase().
|
/** Tells whether the media can be treated by isoburn_disc_erase().
|
||||||
|
@ -1 +1 @@
|
|||||||
#define Xorriso_timestamP "2011.07.04.121501"
|
#define Xorriso_timestamP "2011.07.05.145103"
|
||||||
|
Loading…
Reference in New Issue
Block a user