summaryrefslogtreecommitdiff
path: root/plugins/docsis/packet-macmgmt.c
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2013-11-18 06:22:09 +0000
committerAnders Broman <anders.broman@ericsson.com>2013-11-18 06:22:09 +0000
commit202a03b398553af1da4269ed147f741bca54a325 (patch)
tree7a8c79080a4b09f2dee4df00248cac785095e59c /plugins/docsis/packet-macmgmt.c
parent67d4aaaa10bac6dc1fd6f239ec1157cea96bc5c1 (diff)
downloadwireshark-202a03b398553af1da4269ed147f741bca54a325.tar.gz
Fix [-Wmissing-prototypes]
svn path=/trunk/; revision=53404
Diffstat (limited to 'plugins/docsis/packet-macmgmt.c')
-rw-r--r--plugins/docsis/packet-macmgmt.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/docsis/packet-macmgmt.c b/plugins/docsis/packet-macmgmt.c
index 2deda3250b..e5cde5a0aa 100644
--- a/plugins/docsis/packet-macmgmt.c
+++ b/plugins/docsis/packet-macmgmt.c
@@ -73,6 +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);
/* Initialize the protocol and registered fields */
static int proto_docsis_mgmt = -1;