diff options
Diffstat (limited to 'apply.h')
-rw-r--r-- | apply.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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(). |