summaryrefslogtreecommitdiffstats
path: root/src/opk.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/opk.h')
-rw-r--r--src/opk.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/opk.h b/src/opk.h
index 02ee090..1b7e681 100644
--- a/src/opk.h
+++ b/src/opk.h
@@ -20,6 +20,8 @@
#ifndef OPKG_OPK_OPK_H_
#define OPKG_OPK_OPK_H_
+#include "ustar.h"
+
struct opkg_opk_opk;
struct opkg_opk_opk *
@@ -29,7 +31,8 @@ int
opkg_opk_opk_init_inner(struct opkg_opk_opk *opk, const char *member);
int
-opkg_opk_opk_read_control(struct opkg_opk_opk *opk);
+opkg_opk_opk_read_control(struct opkg_opk_opk *opk,
+ struct opkg_opk_ustar_seek_name *names);
int
opkg_opk_opk_list_members(struct opkg_opk_opk *opk);