mirror of
https://github.com/sheumann/hush.git
synced 2025-02-07 04:31:22 +00:00
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)
|
|
{
|
|
}
|