1
0
mirror of https://github.com/sheumann/hush.git synced 2025-01-10 16:29:44 +00:00

8 lines
131 B
C
Raw Normal View History

2002-09-25 02:47:48 +00:00
#include <stdio.h>
#include "unarchive.h"
extern void header_list(const file_header_t *file_header)
{
puts(file_header->name);
}