From 715e2d66997c5470caeda475f83cfa5fc4b60321 Mon Sep 17 00:00:00 2001 From: Jakub Zawadzki Date: Sat, 14 Dec 2013 16:09:57 +0000 Subject: Fix [-Wmissing-prototypes] svn path=/trunk/; revision=54095 --- epan/dissectors/packet-per.c | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'epan/dissectors/packet-per.c') 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 #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 * -- cgit v1.2.3