mirror of
https://git.proxmox.com/git/libgit2
synced 2026-01-02 05:35:16 +00:00
Blame: change signature to be more binding-friendly
This commit is contained in:
parent
aad5403fe9
commit
8adea28ae9
@ -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.
|
||||
|
||||
@ -448,7 +448,7 @@ int git_blame_buffer(
|
||||
git_blame **out,
|
||||
git_blame *reference,
|
||||
const char *buffer,
|
||||
size_t buffer_len)
|
||||
uint32_t buffer_len)
|
||||
{
|
||||
git_blame *blame;
|
||||
git_diff_options diffopts = GIT_DIFF_OPTIONS_INIT;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user