aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-per.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-per.c
parent5a4720b28d1ebf0be05af3e1e577e05a72140342 (diff)
Fix [-Wmissing-prototypes]
svn path=/trunk/; revision=54095
Diffstat (limited to 'epan/dissectors/packet-per.c')
-rw-r--r--epan/dissectors/packet-per.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/epan/dissectors/packet-per.c b/epan/dissectors/packet-per.c
index a4d6eef7c2..fbee1bb242 100644
--- a/epan/dissectors/packet-per.c
+++ b/epan/dissectors/packet-per.c
@@ -46,6 +46,7 @@ proper helper routines
#include <epan/expert.h>
#include "packet-per.h"
+void proto_register_per(void);
static int proto_per = -1;
static int hf_per_GeneralString_length = -1;
@@ -2675,11 +2676,6 @@ proto_register_per(void)
}
-void
-proto_reg_handoff_per(void)
-{
-}
-
/*
* Editor modelines - http://www.wireshark.org/tools/modelines.html
*