prism2.device: Compiler delint
[AROS.git] / workbench / c / Unpack / bzip2_private.h
blob348a7536179990170c1ac469f5e912e16f8c543a
1 #ifndef PKG_BZIP2_PRIVATE_H
2 #define PKG_BZIP2_PRIVATE_H
4 /*
5 Copyright © 2003, The AROS Development Team. All rights reserved.
6 $Id$
7 */
9 #include <exec/types.h>
10 #include <dos/bptr.h>
12 #include <bzlib.h>
14 struct bzFile
16 BPTR bzf_File;
17 bz_stream bzf_Stream;
18 APTR bzf_Buffer;
19 LONG bzf_BufferAmount;
22 #endif /* PKG_BZIP2_PRIVATE_H */