]> git.ipfire.org Git - thirdparty/git.git/blobdiff - cache.h
refs.c: change some "flags" to "unsigned int"
[thirdparty/git.git] / cache.h
diff --git a/cache.h b/cache.h
index f704af5df0984e092fe318e535596921c4ea7122..ab265be1cd0c042e1c83c341e6f4bd39be169d1e 100644 (file)
--- a/cache.h
+++ b/cache.h
@@ -568,7 +568,7 @@ extern void update_index_if_able(struct index_state *, struct lock_file *);
 extern int hold_locked_index(struct lock_file *, int);
 extern void set_alternate_index_output(const char *);
 
-extern int delete_ref(const char *, const unsigned char *sha1, int delopt);
+extern int delete_ref(const char *, const unsigned char *sha1, unsigned int flags);
 
 /* Environment bits from configuration mechanism */
 extern int trust_executable_bit;