From 64a96442629b720b2e2b1cc3997ee3dbc6a71b90 Mon Sep 17 00:00:00 2001 From: Leo Howell Date: Sat, 26 Sep 2009 11:45:30 +0900 Subject: get ready for multiple RS blocks --- lpg/libqr/rs.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'lpg/libqr/rs.h') diff --git a/lpg/libqr/rs.h b/lpg/libqr/rs.h index 48b1f01..e640044 100644 --- a/lpg/libqr/rs.h +++ b/lpg/libqr/rs.h @@ -3,7 +3,9 @@ #include "bitstream.h" -struct bitstream * rs_generate_words(int n, struct bitstream * data); +struct bitstream * rs_generate_words(struct bitstream * data, + size_t data_words, + size_t rs_words); #endif -- cgit v1.2.3-70-g09d2