diff options
Diffstat (limited to 'src/db-parse-context.h')
-rw-r--r-- | src/db-parse-context.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/db-parse-context.h b/src/db-parse-context.h index c23c69d..85f40ae 100644 --- a/src/db-parse-context.h +++ b/src/db-parse-context.h @@ -39,6 +39,7 @@ struct _DBParseContext { off_t total_len; guint byte_order; Itdb_DB *db; + GList **artwork; }; typedef struct _DBParseContext DBParseContext; |