diff options
Diffstat (limited to 'openpicc/application/decoder.h')
-rw-r--r-- | openpicc/application/decoder.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/openpicc/application/decoder.h b/openpicc/application/decoder.h index bd25777..7892ea6 100644 --- a/openpicc/application/decoder.h +++ b/openpicc/application/decoder.h @@ -21,6 +21,7 @@ struct decoder_state { extern int decoder_register(int algnum, struct decoder_algo *algo); extern int decoder_decode(u_int8_t algo, const char *sample_buf, int sample_buf_size, unsigned char *data_buf); +extern void decoder_init(void); #define DECODER_MILLER 0 #define DECODER_NRZL 1 |