aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-dcerpc-frstrans.c
diff options
context:
space:
mode:
authorJakub Zawadzki <darkjames-ws@darkjames.pl>2013-12-14 10:29:26 +0000
committerJakub Zawadzki <darkjames-ws@darkjames.pl>2013-12-14 10:29:26 +0000
commit5c79cbf152ac1ee36007060937fb94b5d3b39014 (patch)
tree117a6ce9b75f80a282ba47224985ae9f6b65e4ea /epan/dissectors/packet-dcerpc-frstrans.c
parent5dd7b7388b02f406c0b35e48f938ba8c64a45c18 (diff)
Fix some trivial warnings.
svn path=/trunk/; revision=54085
Diffstat (limited to 'epan/dissectors/packet-dcerpc-frstrans.c')
-rw-r--r--epan/dissectors/packet-dcerpc-frstrans.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/epan/dissectors/packet-dcerpc-frstrans.c b/epan/dissectors/packet-dcerpc-frstrans.c
index 06ba66c3fb..69eca0e039 100644
--- a/epan/dissectors/packet-dcerpc-frstrans.c
+++ b/epan/dissectors/packet-dcerpc-frstrans.c
@@ -29,6 +29,9 @@
#include "packet-windows-common.h"
#include "packet-dcerpc-frstrans.h"
+void proto_register_dcerpc_frstrans(void);
+void proto_reg_handoff_dcerpc_frstrans(void);
+
/* Ett declarations */
static gint ett_dcerpc_frstrans = -1;
static gint ett_frstrans_frstrans_TransportFlags = -1;