10 lines
144 B
C
10 lines
144 B
C
|
|
||
|
#ifndef UNPACK_H__
|
||
|
#define UNPACK_H__
|
||
|
|
||
|
#include "intern.h"
|
||
|
|
||
|
extern uint8_t *unpack(FILE *in, int *uncompressed_size);
|
||
|
|
||
|
#endif /* UNPACK_H__ */
|