summaryrefslogtreecommitdiffstats
path: root/qthelperfromc.h
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2015-06-12 06:45:56 -0700
committerGravatar Dirk Hohndel <dirk@hohndel.org>2015-06-12 10:20:57 -0700
commit57f2c81125f45b1f07122ad9c0295a6c76a5e4fe (patch)
tree933a922d41f9cad47622a5bd8a998c9d402586cc /qthelperfromc.h
parent4d06e8f7b520625d743816afbd9e0dc6945a25db (diff)
downloadsubsurface-57f2c81125f45b1f07122ad9c0295a6c76a5e4fe.tar.gz
Add header for Qt helpers used from C functions
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qthelperfromc.h')
-rw-r--r--qthelperfromc.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/qthelperfromc.h b/qthelperfromc.h
new file mode 100644
index 000000000..039d9252d
--- /dev/null
+++ b/qthelperfromc.h
@@ -0,0 +1,7 @@
+#ifndef QTHELPERFROMC_H
+#define QTHELPERFROMC_H
+
+bool getProxyString(char **buffer);
+bool canReachCloudServer();
+
+#endif // QTHELPERFROMC_H