diff options
author | Leo Howell <leo@lwh.jp> | 2009-09-15 19:03:26 +0900 |
---|---|---|
committer | Leo Howell <leo@lwh.jp> | 2009-09-15 19:03:26 +0900 |
commit | 69b03a15eb048c05b31a5cc6128c27acc77c1dd5 (patch) | |
tree | 8dd420a26beab201db8b59d785adbd025727cd4e /lpg/libqr/rs.h | |
parent | 55d8ac4768d03001b746ce0af0ad0e15031e4041 (diff) | |
download | pdf-simple-sign-69b03a15eb048c05b31a5cc6128c27acc77c1dd5.tar.gz pdf-simple-sign-69b03a15eb048c05b31a5cc6128c27acc77c1dd5.tar.xz pdf-simple-sign-69b03a15eb048c05b31a5cc6128c27acc77c1dd5.zip |
Figure out how to encode RS
Diffstat (limited to 'lpg/libqr/rs.h')
-rw-r--r-- | lpg/libqr/rs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lpg/libqr/rs.h b/lpg/libqr/rs.h index 98e3aa0..48b1f01 100644 --- a/lpg/libqr/rs.h +++ b/lpg/libqr/rs.h @@ -3,7 +3,7 @@ #include "bitstream.h" -struct bitstream * rs_generate_words(int k, const int * coeff, struct bitstream * data); +struct bitstream * rs_generate_words(int n, struct bitstream * data); #endif |