diff options
Diffstat (limited to 'lpg/libqr/data-common.h')
-rw-r--r-- | lpg/libqr/data-common.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lpg/libqr/data-common.h b/lpg/libqr/data-common.h index bc2b381..420b3b2 100644 --- a/lpg/libqr/data-common.h +++ b/lpg/libqr/data-common.h @@ -7,6 +7,7 @@ struct qr_data { int version; /* 1 ~ 40 */ + enum qr_ec_level ec; struct qr_bitstream * bits; size_t offset; }; |