diff options
Diffstat (limited to 'src/pdisksel.h')
-rw-r--r-- | src/pdisksel.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/pdisksel.h b/src/pdisksel.h index 81a90285..b62049b9 100644 --- a/src/pdisksel.h +++ b/src/pdisksel.h @@ -19,7 +19,8 @@ Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ - +#ifndef _PDISKSEL_H +#define _PDISKSEL_H #ifdef __cplusplus extern "C" { #endif @@ -29,3 +30,4 @@ disk_t *photorec_disk_selection_cli(const char *cmd_device, const list_disk_t *l #ifdef __cplusplus } /* closing brace for extern "C" */ #endif +#endif |