aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-nwmtp.c
diff options
context:
space:
mode:
authorJakub Zawadzki <darkjames-ws@darkjames.pl>2013-12-14 16:09:57 +0000
committerJakub Zawadzki <darkjames-ws@darkjames.pl>2013-12-14 16:09:57 +0000
commit715e2d66997c5470caeda475f83cfa5fc4b60321 (patch)
tree2e4f9433568c470495531ceb21689755f4308b6b /epan/dissectors/packet-nwmtp.c
parent5a4720b28d1ebf0be05af3e1e577e05a72140342 (diff)
Fix [-Wmissing-prototypes]
svn path=/trunk/; revision=54095
Diffstat (limited to 'epan/dissectors/packet-nwmtp.c')
-rw-r--r--epan/dissectors/packet-nwmtp.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/epan/dissectors/packet-nwmtp.c b/epan/dissectors/packet-nwmtp.c
index 5e231d0ece..70e2355851 100644
--- a/epan/dissectors/packet-nwmtp.c
+++ b/epan/dissectors/packet-nwmtp.c
@@ -30,6 +30,8 @@
#include <epan/packet.h>
+void proto_register_mwmtp(void);
+void proto_reg_handoff_nwmtp(void);
static dissector_handle_t mtp_handle;
static gint proto_nwmtp = -1;