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 350b98ed8..41c1f18ba 100644 --- a/core/parse.h +++ b/core/parse.h @@ -52,6 +52,7 @@ struct parser_state { struct sample *cur_sample; /* non-owning */ struct picture cur_picture; /* owning */ char *country, *city; /* owning */ + int taxonomy_category, taxonomy_origin; bool in_settings; bool in_userid; |