mirror of
https://git.code.sf.net/p/zint/code
synced 2025-05-31 15:18:29 -04:00
Corrected reed-solomon/Data Matrix bug
This commit is contained in:
parent
5994ff5cf7
commit
944a754fee
6 changed files with 19 additions and 20 deletions
|
@ -26,5 +26,6 @@ void rs_init_gf(int poly);
|
|||
void rs_init_code(int nsym, int index);
|
||||
void rs_encode(int len, unsigned char *data, unsigned char *res);
|
||||
void rs_encode_long(int len, unsigned int *data, unsigned int *res);
|
||||
void rs_free();
|
||||
|
||||
#endif /* __REEDSOL_H */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue