blues/p2/unpack.h

10 lines
144 B
C
Raw Permalink Normal View History

2019-05-29 01:54:47 +02:00
#ifndef UNPACK_H__
#define UNPACK_H__
#include "intern.h"
extern uint8_t *unpack(FILE *in, int *uncompressed_size);
#endif /* UNPACK_H__ */