diff options
Diffstat (limited to 'core/parse.h')
-rw-r--r-- | core/parse.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/parse.h b/core/parse.h index 31f549e20..f49fd96bc 100644 --- a/core/parse.h +++ b/core/parse.h @@ -59,6 +59,7 @@ struct parser_state { struct extra_data cur_extra_data; struct units xml_parsing_units; struct dive_table *target_table; /* non-owning */ + struct trip_table *trips; /* non-owning */ sqlite3 *sql_handle; /* for SQL based parsers */ event_allocation_t event_allocation; |