aboutsummaryrefslogtreecommitdiff
path: root/lpg/libqr/code-parse.c
blob: a794cdcf3cbe61f492557bd8287b6c72a5993a4f (plain)
1
2
3
4
5
6
7
8
9
10
#include <qr/code.h>

struct qr_code * qr_code_parse(const void * buffer,
                               size_t       line_bits,
                               size_t       line_stride,
                               size_t       line_count)
{
        return 0;
}