summaryrefslogtreecommitdiffstats
path: root/qthelperfromc.h
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2015-06-21 06:37:24 -0700
committerGravatar Dirk Hohndel <dirk@hohndel.org>2015-06-21 07:45:22 -0700
commitb27538feba70b942a9b5d3eb5eae171e04d52461 (patch)
tree17fc2ee3ee6335e9e3c3ba9d4781e4848eae8665 /qthelperfromc.h
parent9d8b05f47e8d608a7a8b2d565905a2d6c1feb274 (diff)
downloadsubsurface-b27538feba70b942a9b5d3eb5eae171e04d52461.tar.gz
Move helper declarations into a better header file
This way the helpers can be more easily used by other modules. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qthelperfromc.h')
-rw-r--r--qthelperfromc.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/qthelperfromc.h b/qthelperfromc.h
index c9e400ff8..e83cb9782 100644
--- a/qthelperfromc.h
+++ b/qthelperfromc.h
@@ -6,5 +6,8 @@ bool canReachCloudServer();
void updateWindowTitle();
bool isCloudUrl(const char *filename);
void subsurface_mkdir(const char *dir);
+char *get_file_name(const char *fileName);
+void copy_image_and_overwrite(const char *cfileName, const char *cnewName);
+char *hashstring(char *filename);
#endif // QTHELPERFROMC_H