blob: 8cb8f40d97dc3cf18ef84019438d0657fb9fbacd [file] [log] [blame]
"Robert P. J. Day"63fc1a92006-07-02 19:47:05 +00001/* vi: set sw=4 ts=4: */
"Robert P. J. Day"801ab142006-07-12 07:56:04 +00002/*
3 * Licensed under GPLv2 or later, see file LICENSE in this tarball for details.
4 */
Denis Vlasenko9a7d38f2007-05-31 22:42:12 +00005#include "libbb.h"
Glenn L McGrath7ca04f32002-09-25 02:47:48 +00006#include "unarchive.h"
7
Rob Landleydfba7412006-03-06 20:47:33 +00008void header_list(const file_header_t *file_header)
Glenn L McGrath7ca04f32002-09-25 02:47:48 +00009{
10 puts(file_header->name);
11}