aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-dcom-remact.c
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2013-03-16 20:22:54 +0000
committerAnders Broman <anders.broman@ericsson.com>2013-03-16 20:22:54 +0000
commitd456976017141773e7640b281c3a6263cd49390c (patch)
treed2f385198f3207c0f1de0c33fcfaab2e72b70bf9 /epan/dissectors/packet-dcom-remact.c
parent55c20aa55af61b03b759ce9a96334e049d179616 (diff)
[-Wmissing-prototypes]
Use explicit casts. svn path=/trunk/; revision=48344
Diffstat (limited to 'epan/dissectors/packet-dcom-remact.c')
-rw-r--r--epan/dissectors/packet-dcom-remact.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/epan/dissectors/packet-dcom-remact.c b/epan/dissectors/packet-dcom-remact.c
index 5bc3cedab5..d3272586c7 100644
--- a/epan/dissectors/packet-dcom-remact.c
+++ b/epan/dissectors/packet-dcom-remact.c
@@ -32,6 +32,10 @@
#include "packet-dcerpc.h"
#include "packet-dcom.h"
+
+void proto_register_dcom_remact(void);
+void proto_reg_handoff_dcom_remact(void);
+
static int hf_remact_opnum = -1;
static int hf_remact_requested_protseqs = -1;