diff options
Diffstat (limited to 'src/tntfs.h')
-rw-r--r-- | src/tntfs.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/tntfs.h b/src/tntfs.h index 1151babe..f03d2d47 100644 --- a/src/tntfs.h +++ b/src/tntfs.h @@ -19,4 +19,12 @@ Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ +#ifdef __cplusplus +extern "C" { +#endif + int ntfs_boot_sector(disk_t *disk_car, partition_t *partition, const int verbose, const int dump_ind, const unsigned int expert, char **current_cmd); + +#ifdef __cplusplus +} /* closing brace for extern "C" */ +#endif |