Some fix for scrolling with lasso.
[tangerine.git] / workbench / c / Unpack / bzip2.h
blob0783a25a29c17119b8d04c26555fd7f29cc6b6b1
1 #ifndef PKG_BZIP2_H
2 #define PKG_BZIP2_H
4 /*
5 Copyright © 2003, The AROS Development Team. All rights reserved.
6 $Id$
7 */
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 */