diff options
Diffstat (limited to 'qthelperfromc.h')
-rw-r--r-- | qthelperfromc.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/qthelperfromc.h b/qthelperfromc.h index 6e8d92b9f..9a5e9551a 100644 --- a/qthelperfromc.h +++ b/qthelperfromc.h @@ -9,6 +9,8 @@ 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); +bool picture_exists(struct picture *picture); const char *local_file_path(struct picture *picture); +void savePictureLocal(struct picture *picture, const char *data, int len); #endif // QTHELPERFROMC_H |