diff options
Diffstat (limited to 'lib/libarchive/archive_private.h')
-rw-r--r-- | lib/libarchive/archive_private.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libarchive/archive_private.h b/lib/libarchive/archive_private.h index 419e0f7..9e02856 100644 --- a/lib/libarchive/archive_private.h +++ b/lib/libarchive/archive_private.h @@ -191,7 +191,7 @@ struct archive { struct extract *extract; void (*extract_progress)(void *); void *extract_progress_user_data; - void (*cleanup_archive_extract)(struct archive *); + int (*cleanup_archive_extract)(struct archive *); int archive_error_number; const char *error; |