diff options
author | Leo Howell <leo@lwh.jp> | 2009-09-28 22:09:47 +0900 |
---|---|---|
committer | Leo Howell <leo@lwh.jp> | 2009-09-28 22:09:47 +0900 |
commit | 36f38e01ddd23f332374093fa213ca08429729b1 (patch) | |
tree | a0a8fd4b198346501353eb33a6463f934141249d /lpg/libqr/qr-mask.h | |
parent | 388507a61df32c0bddf7e61c5da013c3f29d32d4 (diff) | |
download | pdf-simple-sign-36f38e01ddd23f332374093fa213ca08429729b1.tar.gz pdf-simple-sign-36f38e01ddd23f332374093fa213ca08429729b1.tar.xz pdf-simple-sign-36f38e01ddd23f332374093fa213ca08429729b1.zip |
QR masks
Diffstat (limited to 'lpg/libqr/qr-mask.h')
-rw-r--r-- | lpg/libqr/qr-mask.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/lpg/libqr/qr-mask.h b/lpg/libqr/qr-mask.h new file mode 100644 index 0000000..b3f3523 --- /dev/null +++ b/lpg/libqr/qr-mask.h @@ -0,0 +1,10 @@ +#ifndef QR_MASK_H +#define QR_MASK_H + +#include "qr-bitmap.h" + +struct qr_bitmap * qr_mask_apply(const struct qr_bitmap * orig, + unsigned int mask); + +#endif + |