aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ypserv.c
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2013-12-10 06:01:16 +0000
committerAnders Broman <anders.broman@ericsson.com>2013-12-10 06:01:16 +0000
commitacf2fed688cc9d80e6f236931adf468554dd0ce1 (patch)
tree502b76119050d4aa73cc46cfc87db8037e2af0c1 /epan/dissectors/packet-ypserv.c
parentaf4cbd00a024d4b90f2ad2e36afc38d8c8aa702e (diff)
- Forward declaration of register functions.
svn path=/trunk/; revision=53901
Diffstat (limited to 'epan/dissectors/packet-ypserv.c')
-rw-r--r--epan/dissectors/packet-ypserv.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/epan/dissectors/packet-ypserv.c b/epan/dissectors/packet-ypserv.c
index 8a0faa2ae3..eefb501f08 100644
--- a/epan/dissectors/packet-ypserv.c
+++ b/epan/dissectors/packet-ypserv.c
@@ -34,6 +34,9 @@
#include "packet-rpc.h"
#include "packet-ypserv.h"
+void proto_register_ypserv(void);
+void proto_reg_handoff_ypserv(void);
+
static int proto_ypserv = -1;
static int hf_ypserv_procedure_v1 = -1;
static int hf_ypserv_procedure_v2 = -1;