aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ros.h
diff options
context:
space:
mode:
authoretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>2008-07-23 21:55:56 +0000
committeretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>2008-07-23 21:55:56 +0000
commit49048a71a1afdb76136621cc87535c4fcdb259cc (patch)
tree5024a5b1335ef79aa2cf4553da209d99190cb450 /epan/dissectors/packet-ros.h
parente24c80899a18917530764235945d37287183f215 (diff)
Get rid of unused code warnings.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@25809 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/dissectors/packet-ros.h')
-rw-r--r--epan/dissectors/packet-ros.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/epan/dissectors/packet-ros.h b/epan/dissectors/packet-ros.h
index 9027bad214..1ec08fc250 100644
--- a/epan/dissectors/packet-ros.h
+++ b/epan/dissectors/packet-ros.h
@@ -37,8 +37,10 @@
/*--- Included file: packet-ros-exp.h ---*/
#line 1 "packet-ros-exp.h"
+extern const value_string ros_ROS_vals[];
extern const value_string ros_InvokeId_vals[];
extern const value_string ros_Code_vals[];
+int dissect_ros_ROS(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_);
int dissect_ros_InvokeId(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_);
int dissect_ros_Code(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_);