diff options
author | Leo Uino <leo@norisys.jp> | 2011-07-14 11:36:58 +0900 |
---|---|---|
committer | Leo Uino <leo@norisys.jp> | 2011-07-14 12:08:12 +0900 |
commit | 3af4ffd175dcaf8aaf735f3f9564da54c4f29403 (patch) | |
tree | a7bcb6f3e372ec7e3ec92ee0fa6be831e664fd9b /lpg/libqr/qr/code.h | |
parent | 35baea42d794bec1fd5f2200f1f6f48877c5c26c (diff) | |
download | pdf-simple-sign-3af4ffd175dcaf8aaf735f3f9564da54c4f29403.tar.gz pdf-simple-sign-3af4ffd175dcaf8aaf735f3f9564da54c4f29403.tar.xz pdf-simple-sign-3af4ffd175dcaf8aaf735f3f9564da54c4f29403.zip |
Create common header
Diffstat (limited to 'lpg/libqr/qr/code.h')
-rw-r--r-- | lpg/libqr/qr/code.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/lpg/libqr/qr/code.h b/lpg/libqr/qr/code.h index 2392467..e6eb47c 100644 --- a/lpg/libqr/qr/code.h +++ b/lpg/libqr/qr/code.h @@ -13,12 +13,5 @@ struct qr_code * qr_code_create(const struct qr_data * data); void qr_code_destroy(struct qr_code *); -int qr_code_width(const struct qr_code *); - -size_t qr_code_total_capacity(int version); - -struct qr_bitmap * qr_mask_apply(const struct qr_bitmap * orig, - unsigned int mask); - #endif |