]> git.ipfire.org Git - thirdparty/git.git/blobdiff - replace-object.h
Merge branch 'jc/format-patch-error-check'
[thirdparty/git.git] / replace-object.h
index 9345e105ddcaa38cf9e856df70d960245a3b696c..16528df942f79e3d7ce65d99e0103395d0c69f51 100644 (file)
@@ -10,6 +10,8 @@ struct replace_object {
        struct object_id replacement;
 };
 
+void prepare_replace_object(struct repository *r);
+
 /*
  * This internal function is only declared here for the benefit of
  * lookup_replace_object().  Please do not call it directly.