summaryrefslogtreecommitdiffstats
path: root/save-html.h
diff options
context:
space:
mode:
Diffstat (limited to 'save-html.h')
-rw-r--r--save-html.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/save-html.h b/save-html.h
index 6d31e4fc3..f47ae3ba6 100644
--- a/save-html.h
+++ b/save-html.h
@@ -19,7 +19,7 @@ void export_HTML(const char *file_name, const char *photos_dir, const bool selec
void export_translation(const char *file_name);
extern void copy_image_and_overwrite(const char *cfileName, const char *cnewName);
-extern const char *get_file_name(const char *fileName);
+extern char *get_file_name(const char *fileName);
#ifdef __cplusplus
}
#endif