]> git.proxmox.com Git - libgit2.git/commit - include/git2/blob.h
Change the return type of `git_blob_rawcontent`
authorVicent Marti <tanoku@gmail.com>
Sat, 5 Mar 2011 11:29:50 +0000 (13:29 +0200)
committerVicent Marti <tanoku@gmail.com>
Sat, 5 Mar 2011 11:29:50 +0000 (13:29 +0200)
commit3490188b3c40b7a6cddd4acb11ee76db171dc5ef
tree17bc39b69d5545b0256fc948f16c1e9e592ef5a1
parente0011be3301db9b287226c6c8f1794c912bb0241
Change the return type of `git_blob_rawcontent`

Should return `void *` for raw bytes.

Signed-off-by: Vicent Marti <tanoku@gmail.com>
include/git2/blob.h
src/blob.c