diff options
Diffstat (limited to 'core/parse.h')
-rw-r--r-- | core/parse.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/core/parse.h b/core/parse.h index 259cf5aaa..affffcfb0 100644 --- a/core/parse.h +++ b/core/parse.h @@ -24,13 +24,14 @@ extern struct sample *cur_sample; extern struct picture *cur_picture; -struct { +struct parser_settings { struct { const char *model; uint32_t deviceid; const char *nickname, *serial_nr, *firmware; } dc; -} cur_settings; +}; +extern struct parser_settings cur_settings; extern bool in_settings; extern bool in_userid; |