summaryrefslogtreecommitdiff
path: root/genqrcode/tests/rsecc_decoder.h
blob: 63904338727df7915babdd7fc9d371c6554e38dc (plain)
1
2
3
4
5
6
7
#ifndef RSECC_DECODER_H
#define RSECC_DECODER_H

void RSECC_decoder_init(void);
int RSECC_decoder_checkSyndrome(int dl, unsigned char *data, int el, unsigned char *ecc);

#endif /* RSECC_DECODER_H */