aboutsummaryrefslogtreecommitdiffstats
path: root/epan/packet.h
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2010-02-23 04:35:23 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2010-02-23 04:35:23 +0000
commit8a76942ba20ed01373035a20a7b4c27757fe4888 (patch)
tree3da9f7edf233ea0fd8da8fe6176170656152bb1a /epan/packet.h
parent40fae42f5a521e26a67031a8ac451c6354751913 (diff)
Squelch a bunch of compiler warnings.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@31961 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/packet.h')
-rw-r--r--epan/packet.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/packet.h b/epan/packet.h
index d68f80a976..853d114f0b 100644
--- a/epan/packet.h
+++ b/epan/packet.h
@@ -211,7 +211,7 @@ extern void dissector_delete_string(const char *name, const gchar *pattern,
/* Change the entry for a dissector in a string dissector table
with a particular pattern to use a new dissector handle. */
-extern void dissector_change_string(const char *name, gchar *pattern,
+extern void dissector_change_string(const char *name, const gchar *pattern,
dissector_handle_t handle);
/* Reset an entry in a string sub-dissector table to its initial value. */