aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/wimax/wimax_utils.h
diff options
context:
space:
mode:
authorKovarththanan Rajaratnam <kovarththanan.rajaratnam@gmail.com>2009-10-04 17:03:57 +0000
committerKovarththanan Rajaratnam <kovarththanan.rajaratnam@gmail.com>2009-10-04 17:03:57 +0000
commit86ca4a24b6a06d28b5c24948b79e32afc00b99d7 (patch)
tree5f0e3432ab3c720c5ef1971a3f43709dbb1fb018 /plugins/wimax/wimax_utils.h
parent0bc65a23d0373f76c692155c456f0de241a52c83 (diff)
Move prototype to wimax_utils.h
svn path=/trunk/; revision=30307
Diffstat (limited to 'plugins/wimax/wimax_utils.h')
-rw-r--r--plugins/wimax/wimax_utils.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/wimax/wimax_utils.h b/plugins/wimax/wimax_utils.h
index cfdb4d1bc4..3c729dd8ca 100644
--- a/plugins/wimax/wimax_utils.h
+++ b/plugins/wimax/wimax_utils.h
@@ -31,6 +31,7 @@
#include <glib.h>
#include <epan/packet.h>
+extern guint get_service_type(void);
extern void proto_register_wimax_utility_decoders(void);
extern void wimax_service_flow_encodings_decoder(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree);
extern void wimax_convengence_service_parameter_encoding_rules_decoder(guint sfe_type, tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree);