#ifndef _APLIB_H #define _APLIB_H extern void aplib_uncompress(const unsigned char *dst, unsigned char *src); #endif