summaryrefslogtreecommitdiffstats
path: root/src/gzip.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gzip.h')
-rw-r--r--src/gzip.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/gzip.h b/src/gzip.h
index 5a3b2c7..53563e8 100644
--- a/src/gzip.h
+++ b/src/gzip.h
@@ -22,10 +22,6 @@
struct opkg_opk_gzip_state;
-#define OPKG_OPK_GZIP_OK 0
-#define OPKG_OPK_GZIP_END 1
-#define OPKG_OPK_GZIP_ERROR -1
-
int
opkg_opk_gzip_init_from_file(struct opkg_opk_gzip_state *state,
const char *file_name);