aboutsummaryrefslogtreecommitdiff
path: root/lpg/libqr/qr-mask.h
diff options
context:
space:
mode:
Diffstat (limited to 'lpg/libqr/qr-mask.h')
-rw-r--r--lpg/libqr/qr-mask.h10
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
+