2004-02-15 20:46:45 +00:00
|
|
|
/*
|
|
|
|
*
|
|
|
|
* (c) 2004 Laurent Vivier <LaurentVivier@wanadoo.fr>
|
|
|
|
*
|
|
|
|
*/
|
|
|
|
|
2005-06-09 22:11:07 +00:00
|
|
|
typedef unsigned char (*uncompress_get_byte_t)(unsigned long offset);
|
|
|
|
|
|
|
|
extern unsigned long uncompress(char* buf, uncompress_get_byte_t feeder);
|