aboutsummaryrefslogtreecommitdiff
path: root/tools/ootx_decode/ootx_decoder.h
diff options
context:
space:
mode:
authorJosh Allen <axlecrusher@gmail.com>2017-02-12 11:09:38 -0500
committerJosh Allen <axlecrusher@gmail.com>2017-02-12 11:09:38 -0500
commit6ad28759408695a4825738bcc32bc294d1869ca8 (patch)
treed3ca23bad81ad136dada426659c9b8c52d0453b0 /tools/ootx_decode/ootx_decoder.h
parentac556ccbb2ecd419773b3ad941f7aea78a191381 (diff)
downloadlibsurvive-6ad28759408695a4825738bcc32bc294d1869ca8.tar.gz
libsurvive-6ad28759408695a4825738bcc32bc294d1869ca8.tar.bz2
handler for bad crc32
Diffstat (limited to 'tools/ootx_decode/ootx_decoder.h')
-rw-r--r--tools/ootx_decode/ootx_decoder.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/ootx_decode/ootx_decoder.h b/tools/ootx_decode/ootx_decoder.h
index 8f6129b..38c273b 100644
--- a/tools/ootx_decode/ootx_decoder.h
+++ b/tools/ootx_decode/ootx_decoder.h
@@ -66,6 +66,6 @@ uint8_t ootx_pump_greatest_bit(ootx_decoder_context *ctx);
uint8_t ootx_decode_bit(uint32_t length);
extern void (*ootx_packet_clbk)(ootx_packet* packet);
-extern void (*ootx_bad_crc_clbk)(ootx_packet* packet);
+extern void (*ootx_bad_crc_clbk)(ootx_packet* packet, uint32_t crc);
#endif \ No newline at end of file