dfba741457
definitions. (That should only be on prototypes.)
8 lines
124 B
C
8 lines
124 B
C
#include <stdio.h>
|
|
#include "unarchive.h"
|
|
|
|
void header_list(const file_header_t *file_header)
|
|
{
|
|
puts(file_header->name);
|
|
}
|