aboutsummaryrefslogtreecommitdiff
path: root/lpg/libqr/qr/types.h
blob: bb44cde38abbfb05e488ae01a661ae3321de0448 (plain)
1
2
3
4
5
6
7
8
#ifndef QR_TYPES_H
#define QR_TYPES_H

struct qr_data;
struct qr_code;

#endif