diff options
Diffstat (limited to 'include/bb_archive.h')
-rw-r--r-- | include/bb_archive.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/include/bb_archive.h b/include/bb_archive.h index c118fa7ec..acb3c3cbd 100644 --- a/include/bb_archive.h +++ b/include/bb_archive.h | |||
@@ -74,9 +74,6 @@ typedef struct archive_handle_t { | |||
74 | /* Currently processed file's header */ | 74 | /* Currently processed file's header */ |
75 | file_header_t *file_header; | 75 | file_header_t *file_header; |
76 | 76 | ||
77 | /* List of symlink placeholders */ | ||
78 | llist_t *symlink_placeholders; | ||
79 | |||
80 | /* Process the header component, e.g. tar -t */ | 77 | /* Process the header component, e.g. tar -t */ |
81 | void FAST_FUNC (*action_header)(const file_header_t *); | 78 | void FAST_FUNC (*action_header)(const file_header_t *); |
82 | 79 | ||
@@ -210,6 +207,7 @@ void seek_by_jump(int fd, off_t amount) FAST_FUNC; | |||
210 | void seek_by_read(int fd, off_t amount) FAST_FUNC; | 207 | void seek_by_read(int fd, off_t amount) FAST_FUNC; |
211 | 208 | ||
212 | const char *strip_unsafe_prefix(const char *str) FAST_FUNC; | 209 | const char *strip_unsafe_prefix(const char *str) FAST_FUNC; |
210 | int unsafe_symlink_target(const char *target) FAST_FUNC; | ||
213 | 211 | ||
214 | void data_align(archive_handle_t *archive_handle, unsigned boundary) FAST_FUNC; | 212 | void data_align(archive_handle_t *archive_handle, unsigned boundary) FAST_FUNC; |
215 | const llist_t *find_list_entry(const llist_t *list, const char *filename) FAST_FUNC; | 213 | const llist_t *find_list_entry(const llist_t *list, const char *filename) FAST_FUNC; |