aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ipmi.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/packet-ipmi.c')
-rw-r--r--epan/dissectors/packet-ipmi.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/epan/dissectors/packet-ipmi.c b/epan/dissectors/packet-ipmi.c
index ca57ffff83..d31b3a0f1b 100644
--- a/epan/dissectors/packet-ipmi.c
+++ b/epan/dissectors/packet-ipmi.c
@@ -38,6 +38,8 @@
#include "packet-ipmi.h"
+void proto_register_ipmi(void);
+
/*
* See the IPMI specifications at
*
@@ -1358,10 +1360,6 @@ dissect_ipmi(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree)
/* Register IPMB protocol.
*/
-void
-proto_reg_handoff_ipmi(void)
-{
-}
void
proto_register_ipmi(void)