diff options
Diffstat (limited to 'qthelperfromc.h')
-rw-r--r-- | qthelperfromc.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/qthelperfromc.h b/qthelperfromc.h index 21b2a6f80..d2e80144c 100644 --- a/qthelperfromc.h +++ b/qthelperfromc.h @@ -14,5 +14,8 @@ char *move_away(const char *path); const char *local_file_path(struct picture *picture); void savePictureLocal(struct picture *picture, const char *data, int len); void cache_picture(struct picture *picture); +char *cloud_url(); +char *hashfile_name_string(); +char *picturedir_string(); #endif // QTHELPERFROMC_H |