From 7c30e1432bafd2c8065dddcdb99a46e64e997b18 Mon Sep 17 00:00:00 2001 From: Patrick McDermott Date: Fri, 12 May 2023 11:33:10 -0400 Subject: ustar: Support writing device major and minor --- (limited to 'src/ustar.h') 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 -- cgit v0.9.1