From 57f2c81125f45b1f07122ad9c0295a6c76a5e4fe Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Fri, 12 Jun 2015 06:45:56 -0700 Subject: Add header for Qt helpers used from C functions Signed-off-by: Dirk Hohndel --- git-access.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'git-access.c') 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; -- cgit v1.2.3-70-g09d2