Move add_dive_site to parse.c

Signed-off-by: Miika Turkia <miika.turkia@gmail.com>
This commit is contained in:
Miika Turkia 2017-11-27 20:01:19 +02:00 committed by Dirk Hohndel
parent 1c6e189c2b
commit ddb9dba66c
3 changed files with 68 additions and 66 deletions

View file

@ -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