aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/wimax/mac_hd_generic_decoder.c
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/mac_hd_generic_decoder.c
parent0bc65a23d0373f76c692155c456f0de241a52c83 (diff)
Move prototype to wimax_utils.h
svn path=/trunk/; revision=30307
Diffstat (limited to 'plugins/wimax/mac_hd_generic_decoder.c')
-rw-r--r--plugins/wimax/mac_hd_generic_decoder.c2
1 files changed, 1 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 */