summaryrefslogtreecommitdiff
path: root/include/git2/remote.h
diff options
context:
space:
mode:
authorMatt Burke <spraints@gmail.com>2015-09-08 13:34:42 -0400
committerMatt Burke <spraints@gmail.com>2015-09-08 14:01:57 -0400
commit24f5b4e155f701c86ad6daecb24b4af83aa183d6 (patch)
tree8ca8ff3f1e15be4a1e7d7d80c3d6b833052668c9 /include/git2/remote.h
parent59d6128e2730b71da6fdebbdf9a4d04b909e9721 (diff)
downloadlibgit2-24f5b4e155f701c86ad6daecb24b4af83aa183d6.tar.gz
Drop extra_http_headers from git_remote
Diffstat (limited to 'include/git2/remote.h')
-rw-r--r--include/git2/remote.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/git2/remote.h b/include/git2/remote.h
index 40adca0ce..444fe5276 100644
--- a/include/git2/remote.h
+++ b/include/git2/remote.h
@@ -230,9 +230,6 @@ GIT_EXTERN(size_t) git_remote_refspec_count(const git_remote *remote);
*/
GIT_EXTERN(const git_refspec *)git_remote_get_refspec(const git_remote *remote, size_t n);
-GIT_EXTERN(int) git_remote_extra_http_headers(const git_remote *remote, git_strarray *extra_http_headers);
-GIT_EXTERN(int) git_remote_set_extra_http_headers(git_remote *remote, const git_strarray extra_http_headers);
-
/**
* Open a connection to a remote
*