summaryrefslogtreecommitdiffstats
path: root/core/parse.h
diff options
context:
space:
mode:
Diffstat (limited to 'core/parse.h')
-rw-r--r--core/parse.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/core/parse.h b/core/parse.h
index 003ef9929..14c24a1d8 100644
--- a/core/parse.h
+++ b/core/parse.h
@@ -93,4 +93,6 @@ void userid_start(void);
void userid_stop(void);
void utf8_string(char *buffer, void *_res);
+void add_dive_site(char *ds_name, struct dive *dive);
+
#endif