summaryrefslogtreecommitdiffstats
path: root/src/ustar.h
diff options
context:
space:
mode:
authorPatrick McDermott <patrick.mcdermott@libiquity.com>2023-04-17 10:44:37 (EDT)
committer Patrick McDermott <patrick.mcdermott@libiquity.com>2023-04-17 10:44:37 (EDT)
commit0f96542e7c0f0555b2b2ef7ac52c574a616fa7b2 (patch)
tree577b7a677c577c77c0264108fd43e32c990f943e /src/ustar.h
parent9c0b496a54aa4aa4506c803538d79457e1abd162 (diff)
ustar: Search for multiple member names
Diffstat (limited to 'src/ustar.h')
-rw-r--r--src/ustar.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ustar.h b/src/ustar.h
index d199063..de782b8 100644
--- a/src/ustar.h
+++ b/src/ustar.h
@@ -38,7 +38,7 @@ opkg_opk_ustar_list(struct opkg_opk_ustar *ustar,
struct opkg_opk_ustar_member *member);
int
-opkg_opk_ustar_seek(struct opkg_opk_ustar *ustar, const char *member);
+opkg_opk_ustar_seek(struct opkg_opk_ustar *ustar, int num_keys, ...);
int
opkg_opk_ustar_read(struct opkg_opk_ustar *ustar, char **buffer, size_t *size);