diff options
Diffstat (limited to 'archival/libunarchive/header_skip.c')
-rw-r--r-- | archival/libunarchive/header_skip.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archival/libunarchive/header_skip.c b/archival/libunarchive/header_skip.c index 963d113a4..5b3d46cb8 100644 --- a/archival/libunarchive/header_skip.c +++ b/archival/libunarchive/header_skip.c | |||
@@ -1,6 +1,6 @@ | |||
1 | #include <stdio.h> | 1 | #include <stdio.h> |
2 | #include "unarchive.h" | 2 | #include "unarchive.h" |
3 | 3 | ||
4 | extern void header_skip(const file_header_t *file_header ATTRIBUTE_UNUSED) | 4 | void header_skip(const file_header_t *file_header ATTRIBUTE_UNUSED) |
5 | { | 5 | { |
6 | } | 6 | } |