summaryrefslogtreecommitdiff
path: root/src/libgit2/remote.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/libgit2/remote.h')
-rw-r--r--src/libgit2/remote.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libgit2/remote.h b/src/libgit2/remote.h
index 41ee58e0f..df3aea29d 100644
--- a/src/libgit2/remote.h
+++ b/src/libgit2/remote.h
@@ -37,6 +37,7 @@ struct git_remote {
git_remote_autotag_option_t download_tags;
int prune_refs;
int passed_refspecs;
+ git_fetch_negotiation nego;
};
int git_remote__urlfordirection(git_str *url_out, struct git_remote *remote, int direction, const git_remote_callbacks *callbacks);