diff options
Diffstat (limited to 'src/ustar.h')
-rw-r--r-- | src/ustar.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ustar.h b/src/ustar.h index 596f598..d199063 100644 --- a/src/ustar.h +++ b/src/ustar.h @@ -41,7 +41,7 @@ int 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); +opkg_opk_ustar_read(struct opkg_opk_ustar *ustar, char **buffer, size_t *size); void opkg_opk_ustar_free(struct opkg_opk_ustar *ustar); |