Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 105847 | Differences between
and this patch

Collapse All | Expand All

(-)macutil-orig/macunpack/lzh.h (-6 lines)
Lines 58-67 Link Here
58
#define	lz5	7
58
#define	lz5	7
59
#define	lzs	8
59
#define	lzs	8
60
60
61
extern char *lzh_pointer;
62
extern char *lzh_data;
63
extern char *lzh_finfo;
64
extern int lzh_fsize;
65
extern int lzh_kind;
66
extern char *lzh_file;
67
61

Return to bug 105847