diff options
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 |