5 Copyright © 2003, The AROS Development Team. All rights reserved.
9 #include <exec/types.h>
11 /****************************************************************************/
12 /*** Prototypes *************************************************************/
14 APTR
BZ2_Open( CONST_STRPTR path
, LONG mode
);
15 void BZ2_Close( APTR file
);
16 LONG
BZ2_Read( APTR file
, APTR buffer
, LONG length
);
18 #endif /* PKG_BZIP2_H */