git send-email: ask less questions when --compose is used.
[gitweb.git] / cache.h
diff --git a/cache.h b/cache.h
index 24d0d44f77123e2c869097191bfc7310621326e5..eda7028992421e3946d93179a0dd6539f43967bb 100644 (file)
--- a/cache.h
+++ b/cache.h
@@ -434,7 +434,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;