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 f49fd96bc..eb07d9404 100644 --- a/core/parse.h +++ b/core/parse.h @@ -60,6 +60,7 @@ struct parser_state { struct units xml_parsing_units; struct dive_table *target_table; /* non-owning */ struct trip_table *trips; /* non-owning */ + struct dive_site_table *sites; /* non-owning */ sqlite3 *sql_handle; /* for SQL based parsers */ event_allocation_t event_allocation; |