Added "extern C" to libisofs.h

This commit is contained in:
Thomas Schmitt 2016-03-15 21:26:06 +01:00
parent d8dca37d65
commit 0fd7d4d7eb
1 changed files with 8 additions and 0 deletions

View File

@ -16,6 +16,10 @@
libisofs/libisofs.ver libisofs/libisofs.ver
*/ */
#ifdef __cplusplus
extern "C" {
#endif
/* /*
* *
* Applications must use 64 bit off_t. * Applications must use 64 bit off_t.
@ -8978,4 +8982,8 @@ struct burn_source {
#define Libisofs_with_rrip_rR yes #define Libisofs_with_rrip_rR yes
*/ */
#ifdef __cplusplus
} /* extern "C" */
#endif
#endif /*LIBISO_LIBISOFS_H_*/ #endif /*LIBISO_LIBISOFS_H_*/