aboutsummaryrefslogtreecommitdiff
path: root/lpg/libqr/qr-bitmap.h
diff options
context:
space:
mode:
Diffstat (limited to 'lpg/libqr/qr-bitmap.h')
-rw-r--r--lpg/libqr/qr-bitmap.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/lpg/libqr/qr-bitmap.h b/lpg/libqr/qr-bitmap.h
index d60049a..936b23d 100644
--- a/lpg/libqr/qr-bitmap.h
+++ b/lpg/libqr/qr-bitmap.h
@@ -11,6 +11,8 @@ struct qr_bitmap {
struct qr_bitmap * qr_bitmap_create(int width, int height, int masked);
void qr_bitmap_destroy(struct qr_bitmap *);
+struct qr_bitmap * qr_bitmap_clone(const struct qr_bitmap *);
+
void qr_bitmap_merge(struct qr_bitmap * dest, const struct qr_bitmap * src);
void qr_bitmap_render(const struct qr_bitmap * bmp,