summaryrefslogtreecommitdiff
path: root/archivers/macutil/patches/patch-ab
blob: 58df0e1c4ec9b90e4ad83ffe4d03a22f36273d74 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
$NetBSD: patch-ab,v 1.1 2005/10/31 04:42:38 minskim Exp $

--- macunpack/lzh.h.orig	2005-10-30 20:35:22.000000000 -0800
+++ macunpack/lzh.h
@@ -57,11 +57,3 @@ typedef struct fileHdr { /* 58 bytes */
 #define lz4	6
 #define	lz5	7
 #define	lzs	8
-
-extern char *lzh_pointer;
-extern char *lzh_data;
-extern char *lzh_finfo;
-extern int lzh_fsize;
-extern int lzh_kind;
-extern char *lzh_file;
-