]> git.proxmox.com Git - libgit2.git/blobdiff - src/transports/smart.h
New upstream version 1.1.0+dfsg.1
[libgit2.git] / src / transports / smart.h
index abf80286b1cd6f5b023ada9a76bc4edd7207755d..18e0b7e9fbaa88779bf3c754c16cdb2064727593 100644 (file)
@@ -137,7 +137,7 @@ typedef struct {
        git_transport parent;
        git_remote *owner;
        char *url;
-       git_cred_acquire_cb cred_acquire_cb;
+       git_credential_acquire_cb cred_acquire_cb;
        void *cred_acquire_payload;
        git_proxy_options proxy;
        int direction;
@@ -177,8 +177,8 @@ int git_smart__negotiate_fetch(
 int git_smart__download_pack(
        git_transport *transport,
        git_repository *repo,
-       git_transfer_progress *stats,
-       git_transfer_progress_cb progress_cb,
+       git_indexer_progress *stats,
+       git_indexer_progress_cb progress_cb,
        void *progress_payload);
 
 /* smart.c */