aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/wimax
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
parent0bc65a23d0373f76c692155c456f0de241a52c83 (diff)
Move prototype to wimax_utils.h
svn path=/trunk/; revision=30307
Diffstat (limited to 'plugins/wimax')
-rw-r--r--plugins/wimax/mac_hd_generic_decoder.c2
-rw-r--r--plugins/wimax/wimax_utils.h1
2 files changed, 2 insertions, 1 deletions
diff --git a/plugins/wimax/mac_hd_generic_decoder.c b/plugins/wimax/mac_hd_generic_decoder.c
index e8dfb1f142..2fc9a4bb28 100644
--- a/plugins/wimax/mac_hd_generic_decoder.c
+++ b/plugins/wimax/mac_hd_generic_decoder.c
@@ -47,12 +47,12 @@
#include <epan/address.h>
#include <epan/reassemble.h>
#include "crc.h"
+#include "wimax_utils.h"
extern gint proto_wimax;
extern gint seen_a_service_type;
extern gboolean first_gmh; /* defined in wimax_pdu_decoder.c */
-guint get_service_type( void ); /* defined in wimax_utils.c */
extern gint8 arq_enabled; /* declared in packet-wmx.c */
extern gint scheduling_service_type; /* declared in packet-wmx.c */
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);