From be5fc0ff7f01ad2e5b964ca437674c15a7a8bd71 Mon Sep 17 00:00:00 2001 From: Cástor Muñoz Date: Sat, 6 Dec 2014 23:28:31 +0100 Subject: iAP: lingo 1 (microphone) Change-Id: I65da2064951972368a2880d271280e5b5ae878fe --- apps/iap/iap-lingo.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'apps/iap/iap-lingo.h') 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 @@ ****************************************************************************/ void iap_handlepkt_mode0(const unsigned int len, const unsigned char *buf); +#ifdef HAVE_LINE_REC +void iap_handlepkt_mode1(const unsigned int len, const unsigned char *buf); +#endif void iap_handlepkt_mode2(const unsigned int len, const unsigned char *buf); void iap_handlepkt_mode3(const unsigned int len, const unsigned char *buf); void iap_handlepkt_mode4(const unsigned int len, const unsigned char *buf); -- cgit v1.2.3