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 ef2172bb3..ba4c0ab4b 100644 --- a/archival/libunarchive/header_skip.c +++ b/archival/libunarchive/header_skip.c | |||
@@ -5,6 +5,6 @@ | |||
5 | #include "libbb.h" | 5 | #include "libbb.h" |
6 | #include "unarchive.h" | 6 | #include "unarchive.h" |
7 | 7 | ||
8 | void header_skip(const file_header_t *file_header ATTRIBUTE_UNUSED) | 8 | void FAST_FUNC header_skip(const file_header_t *file_header ATTRIBUTE_UNUSED) |
9 | { | 9 | { |
10 | } | 10 | } |