mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Move atoi_n to parse.c
Signed-off-by: Miika Turkia <miika.turkia@gmail.com>
This commit is contained in:
parent
b3605de93e
commit
8be626d2c1
3 changed files with 15 additions and 13 deletions
|
@ -54,6 +54,7 @@ extern struct dive_table dive_table;
|
|||
extern struct dive_table *target_table;
|
||||
|
||||
extern int metric;
|
||||
extern int diveid;
|
||||
|
||||
int trimspace(char *buffer);
|
||||
void clear_table(struct dive_table *table);
|
||||
|
@ -96,5 +97,6 @@ void userid_stop(void);
|
|||
void utf8_string(char *buffer, void *_res);
|
||||
|
||||
void add_dive_site(char *ds_name, struct dive *dive);
|
||||
int atoi_n(char *ptr, unsigned int len);
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue