includes: move declaration of set_filename() from dive.h to qthelper.h

Declare the function in the header file corresponding to the source
file where the function is defined.

Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
This commit is contained in:
Berthold Stoeger 2020-06-13 15:42:11 +02:00 committed by Dirk Hohndel
parent 448bc5600b
commit 4a78f5798a
2 changed files with 1 additions and 1 deletions

View file

@ -278,7 +278,6 @@ extern int match_one_dc(const struct divecomputer *a, const struct divecomputer
extern void parse_xml_init(void);
extern int parse_xml_buffer(const char *url, const char *buf, int size, struct dive_table *table, struct trip_table *trips, struct dive_site_table *sites, const char **params);
extern void parse_xml_exit(void);
extern void set_filename(const char *filename);
extern int save_dives(const char *filename);
extern int save_dives_logic(const char *filename, bool select_only, bool anonymize);