blues/unpack.h

10 lines
141 B
C
Raw Normal View History

2018-07-08 16:08:53 +02:00
#ifndef UNPACK_H__
#define UNPACK_H__
#include "intern.h"
extern int unpack(const char *filename, uint8_t *dst);
#endif /* UNPACK_H__ */