diff options
author | Jörg Mayer <jmayer@loplof.de> | 2007-12-14 15:14:40 +0000 |
---|---|---|
committer | Jörg Mayer <jmayer@loplof.de> | 2007-12-14 15:14:40 +0000 |
commit | 0c797861ba5c6ed26d54538a4caa43c8b0385f20 (patch) | |
tree | ab268b9acd0301ac66d03ad9ea51a4dddd29f537 /plugins/wimax/mac_hd_generic_decoder.c | |
parent | 6869154121e004146946cd12a9e89760e13a041c (diff) |
Warning fixes: function declaration isn’t a prototype
svn path=/trunk/; revision=23862
Diffstat (limited to 'plugins/wimax/mac_hd_generic_decoder.c')
-rw-r--r-- | plugins/wimax/mac_hd_generic_decoder.c | 2 |
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 73948c0612..bb17325cc6 100644 --- a/plugins/wimax/mac_hd_generic_decoder.c +++ b/plugins/wimax/mac_hd_generic_decoder.c @@ -65,7 +65,7 @@ extern address bs_address; /* declared in packet-wmx.c */ extern guint max_logical_bands; /* declared in wimax_compact_dlmap_ie_decoder.c */ extern gboolean is_down_link(address *src_address);/* declared in packet-wmx.c */ extern void proto_register_mac_mgmt_msg(void); /* defined in macmgmtmsgdecoder.c */ -extern void init_wimax_globals(); /* defined in msg_ulmap.c */ +extern void init_wimax_globals(void); /* defined in msg_ulmap.c */ extern void dissect_mac_mgmt_msg_decoder(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree); |