aboutsummaryrefslogtreecommitdiff
path: root/lpg/libqr/qr-mask.h
blob: b3f3523bf7fc0645ce6c961218be7073ad53ad55 (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