aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ros.h
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2008-07-23 21:55:56 +0000
committerAnders Broman <anders.broman@ericsson.com>2008-07-23 21:55:56 +0000
commit84bbe303406ff3afc056bf3f00c0992f3c6a5bbd (patch)
tree5024a5b1335ef79aa2cf4553da209d99190cb450 /epan/dissectors/packet-ros.h
parenta5c48c4c6fbe5194a99f7f3e44ae05a68f0f6620 (diff)
Get rid of unused code warnings.
svn path=/trunk/; revision=25809
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_);