Were did that svn:executable come from?
[AROS.git] / workbench / devs / diskimage / include / aros / proto / bz2.h
blobfb397181ef6aecf951e833fb6ff632a2e6dff2ef
1 /* Automatically generated header (sfdc 1.4)! Do not edit! */
3 #ifndef PROTO_BZ2_H
4 #define PROTO_BZ2_H
6 #include <clib/bz2_protos.h>
8 #ifndef _NO_INLINE
9 # if defined(__GNUC__)
10 # ifdef __AROS__
11 # include <defines/bz2.h>
12 # else
13 # include <inline/bz2.h>
14 # endif
15 # else
16 # include <pragmas/bz2_pragmas.h>
17 # endif
18 #endif /* _NO_INLINE */
20 #ifdef __amigaos4__
21 # include <interfaces/bz2.h>
22 # ifndef __NOGLOBALIFACE__
23 extern struct BZ2IFace *IBZ2;
24 # endif /* __NOGLOBALIFACE__*/
25 #endif /* !__amigaos4__ */
26 #ifndef __NOLIBBASE__
27 extern struct Library *
28 # ifdef __CONSTLIBBASEDECL__
29 __CONSTLIBBASEDECL__
30 # endif /* __CONSTLIBBASEDECL__ */
31 BZ2Base;
32 #endif /* !__NOLIBBASE__ */
34 #endif /* !PROTO_BZ2_H */