Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/libgit2.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/diff_driver.h')
-rw-r--r--src/diff_driver.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/diff_driver.h b/src/diff_driver.h
index 9d3f18660..0706dcfc5 100644
--- a/src/diff_driver.h
+++ b/src/diff_driver.h
@@ -31,7 +31,7 @@ typedef long (*git_diff_find_context_fn)(
const char *, long, char *, long, void *);
typedef int (*git_diff_find_context_line)(
- git_diff_driver *, const char *, size_t);
+ git_diff_driver *, git_buf *);
typedef struct {
git_diff_driver *driver;