mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
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>
This commit is contained in:
parent
9d8b05f47e
commit
b27538feba
4 changed files with 5 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue