mirror of
https://git.proxmox.com/git/libgit2
synced 2025-08-12 22:21:35 +00:00
remote: add more doc on git_remote_free
This commit is contained in:
parent
9738e2cd2c
commit
8af503bc85
@ -176,6 +176,9 @@ GIT_EXTERN(void) git_remote_disconnect(git_remote *remote);
|
|||||||
/**
|
/**
|
||||||
* Free the memory associated with a remote
|
* Free the memory associated with a remote
|
||||||
*
|
*
|
||||||
|
* This also disconnects from the remote, if the connection
|
||||||
|
* has not been closed yet (using git_remote_disconnect).
|
||||||
|
*
|
||||||
* @param remote the remote to free
|
* @param remote the remote to free
|
||||||
*/
|
*/
|
||||||
GIT_EXTERN(void) git_remote_free(git_remote *remote);
|
GIT_EXTERN(void) git_remote_free(git_remote *remote);
|
||||||
|
Loading…
Reference in New Issue
Block a user