summaryrefslogtreecommitdiffstats
path: root/src/gzip.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gzip.h')
-rw-r--r--src/gzip.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/gzip.h b/src/gzip.h
index 437b855..ecf659a 100644
--- a/src/gzip.h
+++ b/src/gzip.h
@@ -66,8 +66,7 @@ int
opkg_opk_gzip_read(struct opkg_opk_gzip *gzip, void *record);
int
-opkg_opk_gzip_write(struct opkg_opk_gzip *gzip, void *record, size_t size,
- int last);
+opkg_opk_gzip_write(struct opkg_opk_gzip *gzip, void *record, size_t size);
/*
* Frees a decompression structure.