summaryrefslogtreecommitdiff
path: root/epan
diff options
context:
space:
mode:
authorStig Bjørlykke <stig@bjorlykke.org>2007-10-08 20:10:44 +0000
committerStig Bjørlykke <stig@bjorlykke.org>2007-10-08 20:10:44 +0000
commit93144c23b70ea1acbf8be6efa9b8587a008d6cee (patch)
tree81741c9aebf6fd373f16918cec803b3a77416a61 /epan
parent5be0a8cb98268f01beb144f22f0329f1de725e26 (diff)
downloadwireshark-93144c23b70ea1acbf8be6efa9b8587a008d6cee.tar.gz
Added some forgotten return types.
svn path=/trunk/; revision=23100
Diffstat (limited to 'epan')
-rw-r--r--epan/dissectors/packet-rsl.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/epan/dissectors/packet-rsl.c b/epan/dissectors/packet-rsl.c
index 6abe6c7f10..ccf5368626 100644
--- a/epan/dissectors/packet-rsl.c
+++ b/epan/dissectors/packet-rsl.c
@@ -2632,6 +2632,7 @@ dissect_rsl_ie_multirate_cntrl(tvbuff_t *tvb, packet_info *pinfo _U_, proto_tree
* 9.3.54 Supported Codec Types
* This element indicates the codec types supported by the BSS or remote BSS.
*/
+static int
dissect_rsl_ie_sup_codec_types(tvbuff_t *tvb, packet_info *pinfo _U_, proto_tree *tree, int offset, gboolean is_mandatory)
{
proto_item *ti;
@@ -2683,6 +2684,7 @@ dissect_rsl_ie_sup_codec_types(tvbuff_t *tvb, packet_info *pinfo _U_, proto_tree
/*
* 9.3.55 Codec Configuration
*/
+static int
dissect_rsl_ie_codec_conf(tvbuff_t *tvb, packet_info *pinfo _U_, proto_tree *tree, int offset, gboolean is_mandatory)
{
proto_item *ti;