diff options
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 14c24a1d8..f8af63d04 100644 --- a/core/parse.h +++ b/core/parse.h @@ -53,6 +53,8 @@ enum import_source { extern struct dive_table dive_table; extern struct dive_table *target_table; +extern int metric; + int trimspace(char *buffer); void clear_table(struct dive_table *table); void record_dive_to_table(struct dive *dive, struct dive_table *table); |