From f4677d760462e071e6e913cc9e64a051d16a9bbe Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Tue, 28 Apr 2015 11:27:36 -0700 Subject: Rename helper function and make it global save_one_dive_to_mb() is very useful (but there was a namespace collision with another helper in save_git.c) Signed-off-by: Dirk Hohndel --- dive.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'dive.h') diff --git a/dive.h b/dive.h index 8065fe57a..cb92485c5 100644 --- a/dive.h +++ b/dive.h @@ -661,6 +661,9 @@ extern int save_dives_logic(const char *filename, bool select_only); extern int save_dive(FILE *f, struct dive *dive); extern int export_dives_xslt(const char *filename, const bool selected, const int units, const char *export_xslt); +struct membuffer; +extern void save_one_dive_to_mb(struct membuffer *b, struct dive *dive); + struct git_oid; struct git_repository; #define dummy_git_repository ((git_repository *)3ul) /* Random bogus pointer, not NULL */ -- cgit v1.2.3-70-g09d2