summaryrefslogtreecommitdiffstats
path: root/src/ustar.h
diff options
context:
space:
mode:
authorPatrick McDermott <patrick.mcdermott@libiquity.com>2023-05-12 11:33:10 (EDT)
committer Patrick McDermott <patrick.mcdermott@libiquity.com>2023-05-12 12:09:36 (EDT)
commit7c30e1432bafd2c8065dddcdb99a46e64e997b18 (patch)
tree2bebb1fc282095c1abea0ae687c0f208a82e9480 /src/ustar.h
parent11a3a0252f070e0623a9bec522198d91187140c8 (diff)
ustar: Support writing device major and minor
Diffstat (limited to 'src/ustar.h')
-rw-r--r--src/ustar.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ustar.h b/src/ustar.h
index 8dfd771..19e6422 100644
--- a/src/ustar.h
+++ b/src/ustar.h
@@ -91,6 +91,7 @@ int
opkg_opk_ustar_write_header(struct opkg_opk_ustar *ustar,
struct opkg_opk_dirent *dirent, uint16_t mode,
uid_t uid, const char *uname, gid_t gid, const char *gname,
+ uint32_t devmajor, uint32_t devminor,
uint64_t size, uint64_t mtime, char type, const char *linkname);
int