summaryrefslogtreecommitdiffstats
path: root/src/gzip.h
diff options
context:
space:
mode:
authorPatrick McDermott <patrick.mcdermott@libiquity.com>2023-04-14 14:44:53 (EDT)
committer Patrick McDermott <patrick.mcdermott@libiquity.com>2023-04-14 14:58:14 (EDT)
commitf9dafad4a195adec937c72f825aaecdcabfec8d7 (patch)
tree7704d3a7c730f982ae7dcb3c4f670e1389aef99b /src/gzip.h
parentea566435355699cab1d3db3343cf6996c281f2f2 (diff)
gzip, ustar: Add *_free() functions
Diffstat (limited to 'src/gzip.h')
-rw-r--r--src/gzip.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/gzip.h b/src/gzip.h
index 409de51..73c8340 100644
--- a/src/gzip.h
+++ b/src/gzip.h
@@ -28,4 +28,7 @@ opkg_opk_gzip_init(int (*read)(void *, char **, size_t *), void *user_data);
int
opkg_opk_gzip_read(struct opkg_opk_gzip *gzip, void *record);
+void
+opkg_opk_gzip_free(struct opkg_opk_gzip *gzip);
+
#endif /* OPKG_OPK_GZIP_H_ */