diff options
Diffstat (limited to 'src/file_tar.h')
-rw-r--r-- | src/file_tar.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/file_tar.h b/src/file_tar.h index 6938e54d..fd078a2d 100644 --- a/src/file_tar.h +++ b/src/file_tar.h @@ -19,6 +19,12 @@ Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ +#ifdef __cplusplus +extern "C" { +#endif int header_check_tar(const unsigned char *buffer, const unsigned int buffer_size, const unsigned int safe_header_only, const file_recovery_t *file_recovery, file_recovery_t *file_recovery_new); +#ifdef __cplusplus +} /* closing brace for extern "C" */ +#endif |