diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2015-06-21 06:37:24 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2015-06-21 07:45:22 -0700 |
commit | b27538feba70b942a9b5d3eb5eae171e04d52461 (patch) | |
tree | 17fc2ee3ee6335e9e3c3ba9d4781e4848eae8665 /save-html.h | |
parent | 9d8b05f47e8d608a7a8b2d565905a2d6c1feb274 (diff) | |
download | subsurface-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 'save-html.h')
-rw-r--r-- | save-html.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/save-html.h b/save-html.h index 3ed757f8e..20743e90a 100644 --- a/save-html.h +++ b/save-html.h @@ -23,8 +23,6 @@ void export_list(struct membuffer *b, const char *photos_dir, bool selected_only void export_translation(const char *file_name); -extern void copy_image_and_overwrite(const char *cfileName, const char *cnewName); -extern char *get_file_name(const char *fileName); #ifdef __cplusplus } #endif |