]> git.proxmox.com Git - libgit2.git/blobdiff - src/patch.h
New upstream version 1.4.3+dfsg.1
[libgit2.git] / src / patch.h
index 156d1310e793cfbafcfbd5584941d2cbc843b7e7..1e1471ed613abe8f11a0bbc6479e6753bd6bfd10 100644 (file)
@@ -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