aboutsummaryrefslogtreecommitdiff
path: root/lpg/libqr/qr-mask.h
blob: eb254afc61bce60fb94ea201fa1a6d8a1aee753b (plain)
1
2
3
4
5
6
7
8
9
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