summaryrefslogtreecommitdiffstats
path: root/src/ustar.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ustar.h')
-rw-r--r--src/ustar.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ustar.h b/src/ustar.h
index 4015639..6d5049b 100644
--- a/src/ustar.h
+++ b/src/ustar.h
@@ -31,6 +31,10 @@ struct opkg_opk_ustar;
struct opkg_opk_ustar_member {
char name[OPKG_OPK_USTAR_NAME_MAX_LEN];
int64_t size;
+ char type;
+ char linkname[100];
+ char uname [32];
+ char gname [32];
};
struct opkg_opk_ustar *