aboutsummaryrefslogtreecommitdiff
path: root/tools/ootx_decode/ootx_decoder.h
diff options
context:
space:
mode:
authorJosh Allen <axlecrusher@gmail.com>2017-02-12 10:57:57 -0500
committerJosh Allen <axlecrusher@gmail.com>2017-02-12 10:57:57 -0500
commitac556ccbb2ecd419773b3ad941f7aea78a191381 (patch)
treeef7abf8dcb54e36b630d56957b409d93248406bb /tools/ootx_decode/ootx_decoder.h
parentb79a1766aaf207943772b2565f674853e2be8314 (diff)
downloadlibsurvive-ac556ccbb2ecd419773b3ad941f7aea78a191381.tar.gz
libsurvive-ac556ccbb2ecd419773b3ad941f7aea78a191381.tar.bz2
clean up code. move some of the debugging code out into the test harness
Diffstat (limited to 'tools/ootx_decode/ootx_decoder.h')
-rw-r--r--tools/ootx_decode/ootx_decoder.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/ootx_decode/ootx_decoder.h b/tools/ootx_decode/ootx_decoder.h
index 13afca2..8f6129b 100644
--- a/tools/ootx_decode/ootx_decoder.h
+++ b/tools/ootx_decode/ootx_decoder.h
@@ -66,5 +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);
#endif \ No newline at end of file