diff options
author | Leo Howell <leo@lwh.jp> | 2009-11-03 00:12:30 +0900 |
---|---|---|
committer | Leo Howell <leo@lwh.jp> | 2009-11-03 15:30:52 +0900 |
commit | 688c1b52ed356d024ba2e72ba52f7da64b7d74ed (patch) | |
tree | a68195f38f309e6aecc20f9b85318890417c477e /lpg/libqr/code-common.h | |
parent | 4eee8658be637fde410f429e69e86b034cd39185 (diff) | |
download | pdf-simple-sign-688c1b52ed356d024ba2e72ba52f7da64b7d74ed.tar.gz pdf-simple-sign-688c1b52ed356d024ba2e72ba52f7da64b7d74ed.tar.xz pdf-simple-sign-688c1b52ed356d024ba2e72ba52f7da64b7d74ed.zip |
generate alignment pattern
Diffstat (limited to 'lpg/libqr/code-common.h')
-rw-r--r-- | lpg/libqr/code-common.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lpg/libqr/code-common.h b/lpg/libqr/code-common.h index 0459708..9900e4e 100644 --- a/lpg/libqr/code-common.h +++ b/lpg/libqr/code-common.h @@ -12,5 +12,7 @@ struct qr_code { size_t code_total_capacity(int version); +extern const int QR_ALIGNMENT_LOCATION[40][7]; + #endif |