aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-yppasswd.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-yppasswd.c
parentaf4cbd00a024d4b90f2ad2e36afc38d8c8aa702e (diff)
- Forward declaration of register functions.
svn path=/trunk/; revision=53901
Diffstat (limited to 'epan/dissectors/packet-yppasswd.c')
-rw-r--r--epan/dissectors/packet-yppasswd.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/epan/dissectors/packet-yppasswd.c b/epan/dissectors/packet-yppasswd.c
index c3a8448400..e5d0eb419a 100644
--- a/epan/dissectors/packet-yppasswd.c
+++ b/epan/dissectors/packet-yppasswd.c
@@ -29,6 +29,9 @@
#include "packet-rpc.h"
#include "packet-yppasswd.h"
+void proto_register_yppasswd(void);
+void proto_reg_handoff_yppasswd(void);
+
static int proto_yppasswd = -1;
static int hf_yppasswd_procedure_v1 = -1;
static int hf_yppasswd_status = -1;