diff options
author | Leo Howell <leo@lwh.jp> | 2009-11-14 18:13:58 +0900 |
---|---|---|
committer | Leo Howell <leo@lwh.jp> | 2009-11-14 18:21:20 +0900 |
commit | 682c2c553b7083645dd5147cdf3ff8650f08a0fd (patch) | |
tree | b162857e26663af24e0c51ce9228f0dff132367a /lpg/libqr/data-common.h | |
parent | 7ccc90b391c269ce3453275ff8725849ea52ccbe (diff) | |
download | pdf-simple-sign-682c2c553b7083645dd5147cdf3ff8650f08a0fd.tar.gz pdf-simple-sign-682c2c553b7083645dd5147cdf3ff8650f08a0fd.tar.xz pdf-simple-sign-682c2c553b7083645dd5147cdf3ff8650f08a0fd.zip |
Store ec level in qr_data struct
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; }; |