summaryrefslogtreecommitdiff
path: root/src/apply.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/apply.h')
-rw-r--r--src/apply.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/apply.h b/src/apply.h
index 11ec75637..e990a7107 100644
--- a/src/apply.h
+++ b/src/apply.h
@@ -11,10 +11,10 @@
#include "git2/patch.h"
#include "git2/apply.h"
-#include "buffer.h"
+#include "str.h"
extern int git_apply__patch(
- git_buf *out,
+ git_str *out,
char **filename,
unsigned int *mode,
const char *source,