summaryrefslogtreecommitdiff
path: root/i/pc104/initrd/conf/busybox/archival/libunarchive/header_list.c
blob: fb461a68e6db15091a75ec47b4aec92415944fab (plain)
1
2
3
4
5
6
7
8
9
10
11
/* vi: set sw=4 ts=4: */
/*
 * Licensed under GPLv2 or later, see file LICENSE in this tarball for details.
 */
#include <stdio.h>
#include "unarchive.h"

void header_list(const file_header_t *file_header)
{
	puts(file_header->name);
}