From e46e018e215539025ed6fa975e100486cc419506 Mon Sep 17 00:00:00 2001 From: Berthold Stoeger Date: Sat, 21 Sep 2019 13:33:38 +0200 Subject: Cleanup: make two functions in core/save-xml.c of static linkage These functions were not used outside of the core/save-xml.c. Make them local. Signed-off-by: Berthold Stoeger --- core/save-xml.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/save-xml.c b/core/save-xml.c index 339354854..912350da2 100644 --- a/core/save-xml.c +++ b/core/save-xml.c @@ -586,7 +586,7 @@ int save_dives(const char *filename) return save_dives_logic(filename, false, false); } -void save_dives_buffer(struct membuffer *b, const bool select_only, bool anonymize) +static void save_dives_buffer(struct membuffer *b, const bool select_only, bool anonymize) { int i; struct dive *dive; @@ -811,7 +811,7 @@ int export_dives_xslt(const char *filename, const bool selected, const int units return res; } -void save_dive_sites_buffer(struct membuffer *b, const bool select_only, bool anonymize) +static void save_dive_sites_buffer(struct membuffer *b, const bool select_only, bool anonymize) { int i; put_format(b, "\n", DATAFORMAT_VERSION); -- cgit v1.2.3-70-g09d2