aboutsummaryrefslogtreecommitdiff
path: root/lpg/libqr/code-layout.h
diff options
context:
space:
mode:
authorLeo Howell <leo@lwh.jp>2009-09-28 23:40:34 +0900
committerLeo Howell <leo@lwh.jp>2009-09-28 23:40:34 +0900
commit1349e7a3e3dc15a9ac5e571a3b941bf6883cf8bb (patch)
tree6edded0cefc804e823c08e23225924ca560f4894 /lpg/libqr/code-layout.h
parent36f38e01ddd23f332374093fa213ca08429729b1 (diff)
downloadpdf-simple-sign-1349e7a3e3dc15a9ac5e571a3b941bf6883cf8bb.tar.gz
pdf-simple-sign-1349e7a3e3dc15a9ac5e571a3b941bf6883cf8bb.tar.xz
pdf-simple-sign-1349e7a3e3dc15a9ac5e571a3b941bf6883cf8bb.zip
apply (incorrect!) mask to generated code
Diffstat (limited to 'lpg/libqr/code-layout.h')
-rw-r--r--lpg/libqr/code-layout.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/lpg/libqr/code-layout.h b/lpg/libqr/code-layout.h
index 79e9730..3390548 100644
--- a/lpg/libqr/code-layout.h
+++ b/lpg/libqr/code-layout.h
@@ -3,7 +3,9 @@
struct qr_iterator;
-struct qr_iterator * qr_layout_begin(struct qr_code *);
+void qr_layout_init_mask(struct qr_code *);
+
+struct qr_iterator * qr_layout_begin(struct qr_code * code);
unsigned int qr_layout_read(struct qr_iterator *);
void qr_layout_write(struct qr_iterator *, unsigned int);
void qr_layout_end(struct qr_iterator *);