aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ascend.c
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2013-03-13 21:14:20 +0000
committerAnders Broman <anders.broman@ericsson.com>2013-03-13 21:14:20 +0000
commit04766017dfe4ddb9192f832f8caffa8187073333 (patch)
treec17f06d7d265c463f041e946f7bf0af1ab800fd1 /epan/dissectors/packet-ascend.c
parentc63dfc2ab40e6fc13bb696d4d2220ed59df0b30e (diff)
- [-Wmissing-prototypes]
- explicit casts. svn path=/trunk/; revision=48282
Diffstat (limited to 'epan/dissectors/packet-ascend.c')
-rw-r--r--epan/dissectors/packet-ascend.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/epan/dissectors/packet-ascend.c b/epan/dissectors/packet-ascend.c
index 601536766b..20ec93aabb 100644
--- a/epan/dissectors/packet-ascend.c
+++ b/epan/dissectors/packet-ascend.c
@@ -26,6 +26,9 @@
#include <glib.h>
#include <epan/packet.h>
+void proto_register_ascend(void);
+void proto_reg_handoff_acend(void);
+
static int proto_ascend = -1;
static int hf_link_type = -1;
static int hf_session_id = -1;