summaryrefslogtreecommitdiffstats
path: root/zbar/decoder/sq_finder.h
blob: 97232dd2f01ec4e408d27aaa842edaeb2fa79e8e (plain)
1
2
3
4
5
6
7
8
9
#ifndef _DECODER_SQ_FINDER_H_
#define _DECODER_SQ_FINDER_H_

/* SQ Code symbol finder state */
typedef struct sq_finder_s {
    unsigned config;
} sq_finder_t;

#endif