typo.
[AROS.git] / workbench / c / Unpack / bzip2.h
blob8ea6abb8d16e6ee6b3848e8a7868357043a35a2a
1 #ifndef PKG_BZIP2_H
2 #define PKG_BZIP2_H
4 /*
5 Copyright © 2003-2014, 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 */