aboutsummaryrefslogtreecommitdiff
path: root/lib/ucl.h
blob: 9cd91e8a5e29f868e858586b45aaba930ec4a346 (plain)
1
2
3
4
5
#ifndef _UCL_H
#define _UCL_H
extern void ucl_uncompress(const unsigned char *src, unsigned char *dst);
#endif