Notes on portability, and on when #include <linux/blah> is appropriate.
[oweals/busybox.git] / archival / libunarchive / header_list.c
1 #include <stdio.h>
2 #include "unarchive.h"
3
4 void header_list(const file_header_t *file_header)
5 {
6         puts(file_header->name);
7 }