summaryrefslogtreecommitdiff
path: root/apps/iap/iap-lingo.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/iap/iap-lingo.h')
-rw-r--r--apps/iap/iap-lingo.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/iap/iap-lingo.h b/apps/iap/iap-lingo.h
index 0c0a9e633d..888490c26a 100644
--- a/apps/iap/iap-lingo.h
+++ b/apps/iap/iap-lingo.h
@@ -18,6 +18,9 @@
18 ****************************************************************************/ 18 ****************************************************************************/
19 19
20void iap_handlepkt_mode0(const unsigned int len, const unsigned char *buf); 20void iap_handlepkt_mode0(const unsigned int len, const unsigned char *buf);
21#ifdef HAVE_LINE_REC
22void iap_handlepkt_mode1(const unsigned int len, const unsigned char *buf);
23#endif
21void iap_handlepkt_mode2(const unsigned int len, const unsigned char *buf); 24void iap_handlepkt_mode2(const unsigned int len, const unsigned char *buf);
22void iap_handlepkt_mode3(const unsigned int len, const unsigned char *buf); 25void iap_handlepkt_mode3(const unsigned int len, const unsigned char *buf);
23void iap_handlepkt_mode4(const unsigned int len, const unsigned char *buf); 26void iap_handlepkt_mode4(const unsigned int len, const unsigned char *buf);