diff options
Diffstat (limited to 'src/iso.h')
-rw-r--r-- | src/iso.h | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -19,6 +19,9 @@ Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ + +#ifndef _ISO_H +#define _ISO_H #ifdef __cplusplus extern "C" { #endif @@ -38,3 +41,4 @@ int recover_ISO(const struct iso_primary_descriptor *iso, partition_t *partition #ifdef __cplusplus } /* closing brace for extern "C" */ #endif +#endif |