aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/docsis/packet-dccack.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-dccack.c
parent67d4aaaa10bac6dc1fd6f239ec1157cea96bc5c1 (diff)
Fix [-Wmissing-prototypes]
svn path=/trunk/; revision=53404
Diffstat (limited to 'plugins/docsis/packet-dccack.c')
-rw-r--r--plugins/docsis/packet-dccack.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/plugins/docsis/packet-dccack.c b/plugins/docsis/packet-dccack.c
index ee5a276c8b..64bfd32443 100644
--- a/plugins/docsis/packet-dccack.c
+++ b/plugins/docsis/packet-dccack.c
@@ -28,6 +28,9 @@
#include <epan/packet.h>
#include <epan/exceptions.h>
+void proto_register_docsis_dccack(void);
+void proto_reg_handoff_docsis_dccack(void);
+
#define DCCACK_KEY_SEQ_NUM 31
#define DCCACK_HMAC_DIGEST 27