823f80f5ad
needs revisit later on like many others to use ATTRIBUTE_UNUSED from platform.h
7 lines
129 B
C
7 lines
129 B
C
#include <stdio.h>
|
|
#include "unarchive.h"
|
|
|
|
extern void header_skip(const file_header_t *file_header __attribute__((unused)))
|
|
{
|
|
}
|