summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorBen Straub <bs@github.com>2013-11-05 11:42:42 -0800
committerBen Straub <bs@github.com>2013-11-05 11:44:42 -0800
commit8adea28ae950e21d3579c0e7911567be4951c4c6 (patch)
treef794a3a6357ddd4bda2c63481db30655a1e30515 /include
parentaad5403fe96a88689b9d22a732d464c64a72f8ff (diff)
downloadlibgit2-8adea28ae950e21d3579c0e7911567be4951c4c6.tar.gz
Blame: change signature to be more binding-friendly
Diffstat (limited to 'include')
-rw-r--r--include/git2/blame.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/git2/blame.h b/include/git2/blame.h
index b98c6f0d7..73bcc5bc6 100644
--- a/include/git2/blame.h
+++ b/include/git2/blame.h
@@ -183,7 +183,7 @@ GIT_EXTERN(int) git_blame_buffer(
git_blame **out,
git_blame *reference,
const char *buffer,
- size_t buffer_len);
+ uint32_t buffer_len);
/**
* Free memory allocated by git_blame_file or git_blame_buffer.