summaryrefslogtreecommitdiff
path: root/src/remote.h
diff options
context:
space:
mode:
authorSascha Cunz <Sascha@BabbelBox.org>2012-07-25 02:34:12 +0200
committerSascha Cunz <Sascha@BabbelBox.org>2012-07-27 00:08:56 +0200
commiteff5b4992731cd01f1bc6a457e8d2f86428a8b55 (patch)
tree863a6b55adbf2f187f253f55fab51bff219c58ef /src/remote.h
parent413d55638483678357ebcb8c26911cf944be95cc (diff)
downloadlibgit2-eff5b4992731cd01f1bc6a457e8d2f86428a8b55.tar.gz
Remotes: Use correct url in git_remote_connect
Diffstat (limited to 'src/remote.h')
-rw-r--r--src/remote.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/remote.h b/src/remote.h
index abdaa5750..623d40c87 100644
--- a/src/remote.h
+++ b/src/remote.h
@@ -24,4 +24,6 @@ struct git_remote {
check_cert;
};
+const char* git_remote__urlfordirection(struct git_remote *remote, int direction);
+
#endif