Add header for Qt helpers used from C functions

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2015-06-12 06:45:56 -07:00
parent 4d06e8f7b5
commit 57f2c81125
2 changed files with 8 additions and 4 deletions

7
qthelperfromc.h Normal file
View file

@ -0,0 +1,7 @@
#ifndef QTHELPERFROMC_H
#define QTHELPERFROMC_H
bool getProxyString(char **buffer);
bool canReachCloudServer();
#endif // QTHELPERFROMC_H