summaryrefslogtreecommitdiff
path: root/plugins/wimax/wimax_phy_attributes_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/wimax_phy_attributes_decoder.c
parentf5c6f39201ffaff122d0de32d9db10497a89cd07 (diff)
downloadwireshark-61c72710a72810a9ac81c9a6adabcbc303f08b6d.tar.gz
Fix [-Wmissing-prototypes]
svn path=/trunk/; revision=54558
Diffstat (limited to 'plugins/wimax/wimax_phy_attributes_decoder.c')
-rw-r--r--plugins/wimax/wimax_phy_attributes_decoder.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/wimax/wimax_phy_attributes_decoder.c b/plugins/wimax/wimax_phy_attributes_decoder.c
index 71a7104c85..e8f3bfc2ef 100644
--- a/plugins/wimax/wimax_phy_attributes_decoder.c
+++ b/plugins/wimax/wimax_phy_attributes_decoder.c
@@ -35,6 +35,8 @@
extern gint proto_wimax;
+void proto_register_wimax_phy_attributes(void);
+
static gint proto_wimax_phy_attributes_decoder = -1;
static gint ett_wimax_phy_attributes_decoder = -1;