]> wimlib.net Git - wimlib/blobdiff - include/wimlib/security.h
lookup_sd(): Make static
[wimlib] / include / wimlib / security.h
index 2f51560ffe0a749a4a98010466d4231951f26fdb..71ffb695b379d0cc98dd7a9605ea2c48dab08d13 100644 (file)
@@ -26,7 +26,7 @@ struct wim_security_data {
 
        /* Array of sizes of the descriptors, in bytes, in the array
         * @descriptors. */
-       size_t *sizes;
+       u64 *sizes;
 
        /* Array of pointers to the security descriptors in the
         * SECURITY_DESCRIPTOR_RELATIVE format. */
@@ -36,9 +36,6 @@ struct wim_security_data {
 extern void
 destroy_sd_set(struct wim_sd_set *sd_set, bool rollback);
 
-extern int
-lookup_sd(struct wim_sd_set *set, const u8 hash[]);
-
 extern int
 sd_set_add_sd(struct wim_sd_set *sd_set, const char descriptor[],
              size_t size);