summaryrefslogtreecommitdiffstats
path: root/src/ustar.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/ustar.h
parentea566435355699cab1d3db3343cf6996c281f2f2 (diff)
gzip, ustar: Add *_free() functions
Diffstat (limited to 'src/ustar.h')
-rw-r--r--src/ustar.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ustar.h b/src/ustar.h
index a1c5e75..ccb10a2 100644
--- a/src/ustar.h
+++ b/src/ustar.h
@@ -39,4 +39,7 @@ opkg_opk_ustar_seek(struct opkg_opk_ustar *ustar, const char *member);
int
opkg_opk_ustar_read(struct opkg_opk_ustar *ustar, char *buffer, size_t *size);
+void
+opkg_opk_ustar_free(struct opkg_opk_ustar *ustar);
+
#endif /* OPKG_OPK_USTAR_H_ */