diff options
Diffstat (limited to 'core/qthelper.h')
-rw-r--r-- | core/qthelper.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/qthelper.h b/core/qthelper.h index 1fc2e55f3..cd28e1705 100644 --- a/core/qthelper.h +++ b/core/qthelper.h @@ -138,7 +138,7 @@ extern "C" { char *printGPSCoordsC(const location_t *loc); bool getProxyString(char **buffer); -bool canReachCloudServer(); +bool canReachCloudServer(const char **remote); void updateWindowTitle(); void subsurface_mkdir(const char *dir); char *get_file_name(const char *fileName); |