]> git.ipfire.org Git - thirdparty/git.git/blobdiff - apply.h
Merge branch 'ab/reflog-parse-options'
[thirdparty/git.git] / apply.h
diff --git a/apply.h b/apply.h
index 4052da50c0658cf6434b262bba6f557459e7950c..b9f18ce87d1e0374a04aaaf785592c752dba6058 100644 (file)
--- a/apply.h
+++ b/apply.h
@@ -173,6 +173,8 @@ int parse_git_diff_header(struct strbuf *root,
                          unsigned int size,
                          struct patch *patch);
 
+void release_patch(struct patch *patch);
+
 /*
  * Some aspects of the apply behavior are controlled by the following
  * bits in the "options" parameter passed to apply_all_patches().