diff options
Diffstat (limited to 'src/tdiskop.h')
-rw-r--r-- | src/tdiskop.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/tdiskop.h b/src/tdiskop.h index a6276901..8a1bf622 100644 --- a/src/tdiskop.h +++ b/src/tdiskop.h @@ -19,6 +19,8 @@ Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ +#ifndef _TDISKOP_H +#define _TDISKOP_H #ifdef __cplusplus extern "C" { #endif @@ -28,3 +30,4 @@ int menu_disk(disk_t *disk_car, const int verbose,int dump_ind, const int savehe #ifdef __cplusplus } /* closing brace for extern "C" */ #endif +#endif |