aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ypbind.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-ypbind.c
parentaf4cbd00a024d4b90f2ad2e36afc38d8c8aa702e (diff)
- Forward declaration of register functions.
svn path=/trunk/; revision=53901
Diffstat (limited to 'epan/dissectors/packet-ypbind.c')
-rw-r--r--epan/dissectors/packet-ypbind.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/epan/dissectors/packet-ypbind.c b/epan/dissectors/packet-ypbind.c
index c4b97527e9..02af71f904 100644
--- a/epan/dissectors/packet-ypbind.c
+++ b/epan/dissectors/packet-ypbind.c
@@ -33,6 +33,9 @@
#include "packet-rpc.h"
#include "packet-ypbind.h"
+void proto_register_ypbind(void);
+void proto_reg_handoff_ypbind(void);
+
static int proto_ypbind = -1;
static int hf_ypbind_procedure_v1 = -1;
static int hf_ypbind_procedure_v2 = -1;