busybox/archival/libunarchive/header_skip.c

11 lines
233 B
C
Raw Normal View History

/* vi: set sw=4 ts=4: */
/*
* Licensed under GPLv2 or later, see file LICENSE in this tarball for details.
*/
2007-06-01 04:12:12 +05:30
#include "libbb.h"
2002-09-25 08:17:48 +05:30
#include "unarchive.h"
2008-07-05 14:48:54 +05:30
void FAST_FUNC header_skip(const file_header_t *file_header UNUSED_PARAM)
2002-09-25 08:17:48 +05:30
{
}