delete_refs(): new function for the refs API
[gitweb.git] / refs.h
diff --git a/refs.h b/refs.h
index 68b5e81e2d75fbb5c6be8eac30d7cc38f151ab75..1a5d44a97453d6a9bea9ff618fe7977d739a669a 100644 (file)
--- a/refs.h
+++ b/refs.h
@@ -212,6 +212,13 @@ extern int reflog_exists(const char *refname);
 extern int delete_ref(const char *refname, const unsigned char *old_sha1,
                      unsigned int flags);
 
+/*
+ * Delete the specified references. If there are any problems, emit
+ * errors but attempt to keep going (i.e., the deletes are not done in
+ * an all-or-nothing transaction).
+ */
+extern int delete_refs(struct string_list *refnames);
+
 /** Delete a reflog */
 extern int delete_reflog(const char *refname);