86f5c9906b
- use shorter boilerplate while at it.
7 lines
122 B
C
7 lines
122 B
C
#include <stdio.h>
|
|
#include "unarchive.h"
|
|
|
|
extern void header_skip(const file_header_t *file_header ATTRIBUTE_UNUSED)
|
|
{
|
|
}
|