Added "extern C" to libisofs.h
This commit is contained in:
parent
d8dca37d65
commit
0fd7d4d7eb
@ -16,6 +16,10 @@
|
||||
libisofs/libisofs.ver
|
||||
*/
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
/*
|
||||
*
|
||||
* Applications must use 64 bit off_t.
|
||||
@ -8978,4 +8982,8 @@ struct burn_source {
|
||||
#define Libisofs_with_rrip_rR yes
|
||||
*/
|
||||
|
||||
#ifdef __cplusplus
|
||||
} /* extern "C" */
|
||||
#endif
|
||||
|
||||
#endif /*LIBISO_LIBISOFS_H_*/
|
||||
|
Loading…
Reference in New Issue
Block a user