mirror of
https://github.com/sheumann/hush.git
synced 2025-02-05 21:30:50 +00:00
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)))
|
|
{
|
|
}
|