summaryrefslogtreecommitdiff
path: root/plugins/docsis/packet-macmgmt.c
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2013-11-19 06:06:38 +0000
committerAnders Broman <anders.broman@ericsson.com>2013-11-19 06:06:38 +0000
commit864431b900d653322fadd148a615d03598f62b24 (patch)
tree194d368659701d458219aa81af7f0ee896e5f2de /plugins/docsis/packet-macmgmt.c
parentbfcc63972eaec585105f169927ffe23def39ae2c (diff)
downloadwireshark-864431b900d653322fadd148a615d03598f62b24.tar.gz
Fix [-Wmissing-prototypes]
svn path=/trunk/; revision=53425
Diffstat (limited to 'plugins/docsis/packet-macmgmt.c')
-rw-r--r--plugins/docsis/packet-macmgmt.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/docsis/packet-macmgmt.c b/plugins/docsis/packet-macmgmt.c
index e5cde5a0aa..0a02d5f1b2 100644
--- a/plugins/docsis/packet-macmgmt.c
+++ b/plugins/docsis/packet-macmgmt.c
@@ -73,8 +73,8 @@
#define MGT_REG_REQ_MP 44
#define MGT_REG_RSP_MP 45
-void proto_register_docsis_macmgmt(void);
-void proto_reg_handoff_docsis_macmgmt(void);
+void proto_register_docsis_mgmt(void);
+void proto_reg_handoff_docsis_mgmt(void);
/* Initialize the protocol and registered fields */
static int proto_docsis_mgmt = -1;