summaryrefslogtreecommitdiff
path: root/plugins/irda/packet-ircomm.c
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2014-01-01 12:17:57 +0000
committerAnders Broman <anders.broman@ericsson.com>2014-01-01 12:17:57 +0000
commit451c30ef815763a48137a93ac60b6af43f976ad4 (patch)
treeb0250fd68fd9a19a5532e9ba5b13f0a1193ed7c3 /plugins/irda/packet-ircomm.c
parent322e7272a66d248372e09c21d05c411d3dfea9cf (diff)
downloadwireshark-451c30ef815763a48137a93ac60b6af43f976ad4.tar.gz
Fix [-Wmissing-prototypes]
svn path=/trunk/; revision=54528
Diffstat (limited to 'plugins/irda/packet-ircomm.c')
-rw-r--r--plugins/irda/packet-ircomm.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/irda/packet-ircomm.c b/plugins/irda/packet-ircomm.c
index a894181d16..20caa596a5 100644
--- a/plugins/irda/packet-ircomm.c
+++ b/plugins/irda/packet-ircomm.c
@@ -118,6 +118,8 @@
#define IRCOMM_CD 0x80 /* Carrier detect is high */
#define IRCOMM_DCE_DELTA_ANY 0x0f
+void proto_reg_handoff_ircomm(void);
+
/* Initialize the subtree pointers */
static gint ett_ircomm = -1;
static gint ett_ircomm_ctrl = -1;