aboutsummaryrefslogtreecommitdiff
path: root/lpg/libqr/rs.h
blob: 48b1f015076ce29b7681517c6e2d739feb1cd56d (plain)
1
2
3
4
5
6
7
8
9
#ifndef RS_H
#define RS_H

#include "bitstream.h"

struct bitstream * rs_generate_words(int n, struct bitstream * data);

#endif