aboutsummaryrefslogtreecommitdiff
path: root/lpg/libqr/code-common.h
diff options
context:
space:
mode:
authorLeo Howell <leo@lwh.jp>2009-09-05 17:27:50 +0900
committerLeo Howell <leo@lwh.jp>2009-09-05 17:27:50 +0900
commitd8f5f47084245b5b2d589d60db316f8943a96c5b (patch)
tree99c1cbb18ae5cde4b3e355a672cb62fc2b0f908f /lpg/libqr/code-common.h
parentef01767c732629b7eff7d1601e76a1bac58f5bfd (diff)
downloadpdf-simple-sign-d8f5f47084245b5b2d589d60db316f8943a96c5b.tar.gz
pdf-simple-sign-d8f5f47084245b5b2d589d60db316f8943a96c5b.tar.xz
pdf-simple-sign-d8f5f47084245b5b2d589d60db316f8943a96c5b.zip
Correct formula for capacity
Diffstat (limited to 'lpg/libqr/code-common.h')
-rw-r--r--lpg/libqr/code-common.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/lpg/libqr/code-common.h b/lpg/libqr/code-common.h
index 52666e6..17a45d7 100644
--- a/lpg/libqr/code-common.h
+++ b/lpg/libqr/code-common.h
@@ -11,7 +11,6 @@ struct qr_code {
};
int code_side_length(int format);
-int code_finder_count(int format);
size_t code_total_capacity(int format);