diff options
author | Vicent Martà <vicent@github.com> | 2013-10-02 05:56:37 -0700 |
---|---|---|
committer | Vicent Martà <vicent@github.com> | 2013-10-02 05:56:37 -0700 |
commit | 5bfead1dba919f6b47f52da675ea94407e8baf49 (patch) | |
tree | 4b879238df61eccc2f048fe51e10fce421967e26 /src/fetch.h | |
parent | 71e33d2649f990086237a6cd0fdb7f7d6f742b51 (diff) | |
parent | 0e0cf78773bea0d06298ba3bf981a3be839041df (diff) | |
download | libgit2-5bfead1dba919f6b47f52da675ea94407e8baf49.tar.gz |
Merge pull request #1855 from libgit2/cmn/clone-into
An alternative for 'clone' with options
Diffstat (limited to 'src/fetch.h')
-rw-r--r-- | src/fetch.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/fetch.h b/src/fetch.h index 059251d04..9605da1b5 100644 --- a/src/fetch.h +++ b/src/fetch.h @@ -11,10 +11,7 @@ int git_fetch_negotiate(git_remote *remote); -int git_fetch_download_pack( - git_remote *remote, - git_transfer_progress_callback progress_cb, - void *progress_payload); +int git_fetch_download_pack(git_remote *remote); int git_fetch__download_pack( git_transport *t, |