blob: d15920a4f00ab4bc11c3359e33cc10c2e01779c8 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
--- gzip.h.orig 1970-01-01 05:00:00.000000000 +0500
+++ gzip.h 2008-03-10 10:38:01.000000000 +0500
@@ -0,0 +1,17 @@
+/* Copyright (C) 2007 John Whitney
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; version 2 of the License.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * Author: John Whitney <jjw@deltup.org>
+ */
+
+extern char *gzip_name;
+extern int gzip_found;
+void find_gzip_compressor();
|