/*************************************************************** * aPLib v0.12b - the smaller the better :) * * * * Copyright (c) 1998 by ÄúJibzúÄ All Rights Reserved * ***************************************************************/ #ifndef __APLIB_H #define __APLIB_H #include #ifdef __cplusplus extern "C" { #endif // Function prototypes unsigned int aP_pack(unsigned char *source, unsigned char *destination, unsigned int length, void (*callback) (unsigned int, unsigned int)); #ifdef __cplusplus } /* extern "C" */ #endif #endif