]> Pileus Git - ~andy/git/blobdiff - cache.h
Merge branch 'mv/maint-branch-m-symref' into maint
[~andy/git] / cache.h
diff --git a/cache.h b/cache.h
index 74339edaaa2bc5fbf3e920d66a8bca9cc5b785d3..39f24ad827a419740e2c7515e0e8f294424cd9b0 100644 (file)
--- a/cache.h
+++ b/cache.h
@@ -424,7 +424,7 @@ extern int commit_locked_index(struct lock_file *);
 extern void set_alternate_index_output(const char *);
 extern int close_lock_file(struct lock_file *);
 extern void rollback_lock_file(struct lock_file *);
-extern int delete_ref(const char *, const unsigned char *sha1);
+extern int delete_ref(const char *, const unsigned char *sha1, int delopt);
 
 /* Environment bits from configuration mechanism */
 extern int trust_executable_bit;