summaryrefslogtreecommitdiffstats
path: root/src/gzip.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/gzip.c')
-rw-r--r--src/gzip.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gzip.c b/src/gzip.c
index 6e9528f..de733f9 100644
--- a/src/gzip.c
+++ b/src/gzip.c
@@ -32,7 +32,7 @@ struct opkg_opk_gzip {
};
struct opkg_opk_gzip *
-opkg_opk_gzip_init(int (*read)(void *, char **, size_t *), void *user_data)
+opkg_opk_gzip_init(opkg_opk_gzip_read_func *read, void *user_data)
{
struct opkg_opk_gzip *gzip;