blues/bb/unpack.h

10 lines
129 B
C
Raw Normal View History

2018-07-08 16:08:53 +02:00
#ifndef UNPACK_H__
#define UNPACK_H__
#include "intern.h"
2019-06-01 16:25:06 +02:00
extern int unpack(FILE *fp, uint8_t *dst);
2018-07-08 16:08:53 +02:00
#endif /* UNPACK_H__ */