aboutsummaryrefslogtreecommitdiffstats
path: root/core/dive.h
diff options
context:
space:
mode:
authorGravatar Berthold Stoeger <bstoeger@mail.tuwien.ac.at>2020-06-13 15:42:11 +0200
committerGravatar Dirk Hohndel <dirk@hohndel.org>2020-09-29 16:13:03 -0700
commit4a78f5798ac23d5742e47a2aa99c81493d6b280d (patch)
tree3671e776783019564d9ee548b5d7566cd48f2317 /core/dive.h
parent448bc5600bb2d0dccac39559e865df412d8e1363 (diff)
downloadsubsurface-4a78f5798ac23d5742e47a2aa99c81493d6b280d.tar.gz
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>
Diffstat (limited to 'core/dive.h')
-rw-r--r--core/dive.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/core/dive.h b/core/dive.h
index e12f8f7f5..ff77edac5 100644
--- a/core/dive.h
+++ b/core/dive.h
@@ -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);