mirror of
https://github.com/sheumann/hush.git
synced 2024-11-05 06:07:00 +00:00
dfba741457
definitions. (That should only be on prototypes.)
7 lines
115 B
C
7 lines
115 B
C
#include <stdio.h>
|
|
#include "unarchive.h"
|
|
|
|
void header_skip(const file_header_t *file_header ATTRIBUTE_UNUSED)
|
|
{
|
|
}
|