aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-rdt.h
diff options
context:
space:
mode:
authorjmayer <jmayer@f5534014-38df-0310-8fa8-9805f1628bb7>2005-08-05 00:23:22 +0000
committerjmayer <jmayer@f5534014-38df-0310-8fa8-9805f1628bb7>2005-08-05 00:23:22 +0000
commit15c553c2351ba4062913ee915de40c498e84601d (patch)
tree3c3e24728558c5082c714381cfbb089836bcdac2 /epan/dissectors/packet-rdt.h
parent37d51b40e628f609a62e83222738cdbd9b5aaa09 (diff)
More char -> const char warning fixes
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@15218 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/dissectors/packet-rdt.h')
-rw-r--r--epan/dissectors/packet-rdt.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-rdt.h b/epan/dissectors/packet-rdt.h
index 1786677e3b..20754f5c4e 100644
--- a/epan/dissectors/packet-rdt.h
+++ b/epan/dissectors/packet-rdt.h
@@ -38,5 +38,5 @@ struct _rdt_conversation_info
void rdt_add_address(packet_info *pinfo,
address *addr, int port,
int other_port,
- gchar *setup_method, guint32 setup_frame_number);
+ const gchar *setup_method, guint32 setup_frame_number);