diff options
Diffstat (limited to 'lpg/libqr/rs.h')
-rw-r--r-- | lpg/libqr/rs.h | 4 |
1 files changed, 3 insertions, 1 deletions
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 |