Corrected reed-solomon/Data Matrix bug

This commit is contained in:
hooper114 2008-10-12 18:52:54 +00:00
parent 5994ff5cf7
commit 944a754fee
6 changed files with 19 additions and 20 deletions

View file

@ -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 */