diff options
Diffstat (limited to 'src/remote.c')
-rw-r--r-- | src/remote.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/remote.c b/src/remote.c index ce6e13b3d..84b8d590f 100644 --- a/src/remote.c +++ b/src/remote.c @@ -687,7 +687,7 @@ int set_transport_callbacks(git_transport *t, const git_remote_callbacks *cbs) cbs->certificate_check, cbs->payload); } -int set_transport_custom_headers(git_transport *t, const git_strarray *custom_headers) +static int set_transport_custom_headers(git_transport *t, const git_strarray *custom_headers) { if (!t->set_custom_headers || !custom_headers) return 0; |