From ef01767c732629b7eff7d1601e76a1bac58f5bfd Mon Sep 17 00:00:00 2001 From: Leo Howell Date: Sat, 5 Sep 2009 09:33:22 +0900 Subject: The story so far --- lpg/libqr/code-parse.c | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 lpg/libqr/code-parse.c (limited to 'lpg/libqr/code-parse.c') diff --git a/lpg/libqr/code-parse.c b/lpg/libqr/code-parse.c new file mode 100644 index 0000000..0d3a71d --- /dev/null +++ b/lpg/libqr/code-parse.c @@ -0,0 +1,12 @@ +#include + +#include "code-common.h" + +struct qr_code * qr_code_parse(const void * buffer, + size_t line_bits, + size_t line_stride, + size_t line_count) +{ + return 0; +} + -- cgit v1.2.3-70-g09d2