diff options
Diffstat (limited to 'src/ext2_sb.h')
-rw-r--r-- | src/ext2_sb.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/ext2_sb.h b/src/ext2_sb.h index 0c84a67c..fae7c31d 100644 --- a/src/ext2_sb.h +++ b/src/ext2_sb.h @@ -19,4 +19,12 @@ Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ +#ifdef __cplusplus +extern "C" { +#endif + int interface_superblock(disk_t *disk_car,list_part_t *list_part,char**current_cmd); + +#ifdef __cplusplus +} /* closing brace for extern "C" */ +#endif |