aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/wimax/mac_hd_generic_decoder.c
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2014-01-02 17:42:02 +0000
committerAnders Broman <anders.broman@ericsson.com>2014-01-02 17:42:02 +0000
commit61c72710a72810a9ac81c9a6adabcbc303f08b6d (patch)
tree1538095f0c3dc7c72749067167fd43c4374a5ee1 /plugins/wimax/mac_hd_generic_decoder.c
parentf5c6f39201ffaff122d0de32d9db10497a89cd07 (diff)
Fix [-Wmissing-prototypes]
svn path=/trunk/; revision=54558
Diffstat (limited to 'plugins/wimax/mac_hd_generic_decoder.c')
-rw-r--r--plugins/wimax/mac_hd_generic_decoder.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/plugins/wimax/mac_hd_generic_decoder.c b/plugins/wimax/mac_hd_generic_decoder.c
index e3a7af19c0..54b18ff501 100644
--- a/plugins/wimax/mac_hd_generic_decoder.c
+++ b/plugins/wimax/mac_hd_generic_decoder.c
@@ -48,6 +48,9 @@
#include "crc.h"
#include "wimax_utils.h"
+void proto_register_mac_header_generic(void);
+void proto_reg_handoff_mac_header_generic(void);
+
extern gint proto_wimax;
extern gint seen_a_service_type;