aboutsummaryrefslogtreecommitdiff
path: root/lpg/libqr/rs.h
diff options
context:
space:
mode:
Diffstat (limited to 'lpg/libqr/rs.h')
-rw-r--r--lpg/libqr/rs.h2
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