aboutsummaryrefslogtreecommitdiff
path: root/lpg/libqr/qr/common.h
blob: 9caf3e0ed376285d3db9c3e7ef2350ca42cfa25f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#ifndef QR_COMMON_H
#define QR_COMMON_H

#include <qr/types.h>

struct qr_bitmap * qr_mask_apply(const struct qr_bitmap * orig,
                                 unsigned int mask);

size_t qr_code_total_capacity(int version);

int qr_code_width(const struct qr_code *);

#endif