2006-07-02 19:47:05 +00:00
|
|
|
/* vi: set sw=4 ts=4: */
|
2006-07-12 07:56:04 +00:00
|
|
|
/*
|
|
|
|
* Licensed under GPLv2 or later, see file LICENSE in this tarball for details.
|
|
|
|
*/
|
2007-05-31 22:42:12 +00:00
|
|
|
#include "libbb.h"
|
2002-09-25 02:47:48 +00:00
|
|
|
#include "unarchive.h"
|
|
|
|
|
2008-07-05 09:18:54 +00:00
|
|
|
void FAST_FUNC header_skip(const file_header_t *file_header UNUSED_PARAM)
|
2002-09-25 02:47:48 +00:00
|
|
|
{
|
|
|
|
}
|