diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2015-06-12 06:45:56 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2015-06-12 10:20:57 -0700 |
commit | 57f2c81125f45b1f07122ad9c0295a6c76a5e4fe (patch) | |
tree | 933a922d41f9cad47622a5bd8a998c9d402586cc /qthelperfromc.h | |
parent | 4d06e8f7b520625d743816afbd9e0dc6945a25db (diff) | |
download | subsurface-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.h | 7 |
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 |