diff options
author | Miika Turkia <miika.turkia@gmail.com> | 2017-11-27 20:01:19 +0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2017-11-27 13:42:10 -0800 |
commit | ddb9dba66cef3a1c88e0f91a4f65c44f5769b0f5 (patch) | |
tree | 94b3f733de5c91324a15f412aa0ec3e126e214a6 /core/parse.h | |
parent | 1c6e189c2bd97c29d1ec3f1a98fa76e19ebef9b0 (diff) | |
download | subsurface-ddb9dba66cef3a1c88e0f91a4f65c44f5769b0f5.tar.gz |
Move add_dive_site to parse.c
Signed-off-by: Miika Turkia <miika.turkia@gmail.com>
Diffstat (limited to 'core/parse.h')
-rw-r--r-- | core/parse.h | 2 |
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 |