]> wimlib.net Git - wimlib/blobdiff - src/security.c
lookup_sd(): Make static
[wimlib] / src / security.c
index 797345ba686f11c0b39b03954b2764701c162b7d..d5fbcbb7db1d6d75501b4767ceb6924b1349b190 100644 (file)
@@ -398,7 +398,7 @@ insert_sd_node(struct wim_sd_set *set, struct sd_node *new)
 
 /* Returns the index of the security descriptor having a SHA1 message digest of
  * @hash.  If not found, return -1. */
-int
+static int
 lookup_sd(struct wim_sd_set *set, const u8 hash[SHA1_HASH_SIZE])
 {
        struct rb_node *node = set->rb_root.rb_node;