Changes for kernel and Busybox
[tomato.git] / release / src / router / busybox / archival / libarchive / data_skip.c
blob588167f01cbfcf17105695404dd41b98916c30c7
1 /* vi: set sw=4 ts=4: */
2 /*
3 * Licensed under GPLv2 or later, see file LICENSE in this source tree.
4 */
6 #include "libbb.h"
7 #include "bb_archive.h"
9 void FAST_FUNC data_skip(archive_handle_t *archive_handle)
11 archive_handle->seek(archive_handle->src_fd, archive_handle->file_header->size);