diff options
Diffstat (limited to 'src/remote.h')
-rw-r--r-- | src/remote.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/remote.h b/src/remote.h index e696997f4..bfb20362b 100644 --- a/src/remote.h +++ b/src/remote.h @@ -32,6 +32,7 @@ struct git_remote { git_remote_autotag_option_t download_tags; int prune_refs; int passed_refspecs; + git_strarray *extra_http_headers; }; const char* git_remote__urlfordirection(struct git_remote *remote, int direction); |