mirror of
https://github.com/sheumann/hush.git
synced 2024-11-06 12:07:57 +00:00
8 lines
114 B
C
8 lines
114 B
C
#include <stdio.h>
|
|
#include "unarchive.h"
|
|
|
|
extern void header_skip(const file_header_t *file_header)
|
|
{
|
|
return;
|
|
}
|