diff options
Diffstat (limited to 'src/ustar.h')
-rw-r--r-- | src/ustar.h | 3 |
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_ */ |