diff options
Diffstat (limited to 'src/patch.h')
-rw-r--r-- | src/patch.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/patch.h b/src/patch.h index 156d1310e..1e1471ed6 100644 --- a/src/patch.h +++ b/src/patch.h @@ -63,6 +63,7 @@ typedef struct { #define GIT_PATCH_OPTIONS_INIT { 1 } +extern int git_patch__to_buf(git_str *out, git_patch *patch); extern void git_patch_free(git_patch *patch); #endif |