diff options
Diffstat (limited to 'src/patch_parse.h')
-rw-r--r-- | src/patch_parse.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/patch_parse.h b/src/patch_parse.h index da56dad7c..99eb4587b 100644 --- a/src/patch_parse.h +++ b/src/patch_parse.h @@ -51,4 +51,6 @@ extern int git_patch_parse( git_patch **out, git_patch_parse_ctx *ctx); +extern int git_patch_parsed_from_diff(git_patch **, git_diff *, size_t); + #endif |