]>
git.saurik.com Git - wxWidgets.git/blob - utils/Install/incace/globals.h
1 /* ------------------------------------------------------------------------ */
3 /* Global variable definitions */
5 /* ------------------------------------------------------------------------ */
14 extern const char *acesign
;
16 //-------- Version string for program
17 extern const char *version
;
19 //-------- header buffer and pointers
22 extern tmhead
*t_mhead
;
23 extern tfhead
*t_fhead
;
26 extern ULONG
*buf_rd
;
29 extern UCHAR
*readbuf
;
31 //-------- decompressor variables
42 USHORT dcpr_code_mn
[1 << maxwd_mn
],
43 dcpr_code_lg
[1 << maxwd_lg
];
45 UCHAR dcpr_wd_mn
[maxcode
+ 2],
46 dcpr_wd_lg
[maxcode
+ 2],
60 extern USHORT sort_org
[maxcode
+ 2];
61 extern UCHAR sort_freq
[(maxcode
+ 2) * 2];
63 //-------- file handling
64 extern CHAR aname
[PATH_MAX
];
68 #if !defined(__EMX__) && !defined(__OS2__)
74 //-------- structures for archive handling
75 extern struct tadat adat
;
85 int pipeit(char *format
, ...);
86 void error(char *format
, ...);
87 int confirm(char *format
, ...);
89 #endif /* __globals_h */