mirror of
https://git.proxmox.com/git/libgit2
synced 2026-01-01 01:53:11 +00:00
Fix signature in git_repository_gc
The method returns an int with the amount of objects free'd
This commit is contained in:
parent
54a1b36c25
commit
8613d4a930
@ -167,7 +167,7 @@ GIT_EXTERN(void) git_repository_free(git_repository *repo);
|
||||
*
|
||||
* @param repo repository handle to collect. If NULL nothing occurs.
|
||||
*/
|
||||
GIT_EXTERN(void) git_repository_gc(git_repository *repo);
|
||||
GIT_EXTERN(int) git_repository_gc(git_repository *repo);
|
||||
|
||||
/**
|
||||
* Creates a new Git repository in the given folder.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user