diff options
Diffstat (limited to 'git-access.c')
-rw-r--r-- | git-access.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/git-access.c b/git-access.c index 8e1d95c28..e6fa4b966 100644 --- a/git-access.c +++ b/git-access.c @@ -13,6 +13,7 @@ #include "dive.h" #include "membuffer.h" #include "strndup.h" +#include "qthelperfromc.h" /* * The libgit2 people are incompetent at making libraries. They randomly change @@ -215,10 +216,6 @@ static int check_remote_status(git_repository *repo, git_remote *origin, const c git_reference_free(remote_ref); } -/* from qthelper.cpp */ -extern bool getProxyString(char **proxy_string); -extern bool canReachCloudServer(); - static git_repository *update_local_repo(const char *localdir, const char *remote, const char *branch) { int error; |