aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-mpls-pm.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-mpls-pm.c
parent5a4720b28d1ebf0be05af3e1e577e05a72140342 (diff)
Fix [-Wmissing-prototypes]
svn path=/trunk/; revision=54095
Diffstat (limited to 'epan/dissectors/packet-mpls-pm.c')
-rw-r--r--epan/dissectors/packet-mpls-pm.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/epan/dissectors/packet-mpls-pm.c b/epan/dissectors/packet-mpls-pm.c
index 89570ef9d7..e18c652aa9 100644
--- a/epan/dissectors/packet-mpls-pm.c
+++ b/epan/dissectors/packet-mpls-pm.c
@@ -35,6 +35,9 @@
#include <epan/packet.h>
#include <packet-ip.h>
+void proto_register_mpls_pm(void);
+void proto_reg_handoff_mpls_pm(void);
+
/* message control flags */
#define MPLS_PM_FLAGS_R 0x08
#define MPLS_PM_FLAGS_T 0x04