diff options
Diffstat (limited to 'src/thfs.h')
-rw-r--r-- | src/thfs.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -19,6 +19,8 @@ Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ +#ifndef _THFS_H +#define _THFS_H #ifdef __cplusplus extern "C" { #endif @@ -28,3 +30,4 @@ int HFS_HFSP_boot_sector(disk_t *disk_car, partition_t *partition, const int ver #ifdef __cplusplus } /* closing brace for extern "C" */ #endif +#endif |