aboutsummaryrefslogtreecommitdiffstats
path: root/epan/packet.h
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2010-02-23 04:35:23 +0000
committerGuy Harris <guy@alum.mit.edu>2010-02-23 04:35:23 +0000
commitb395a98305d447d544b480f5de59b3d76b7e7797 (patch)
tree3da9f7edf233ea0fd8da8fe6176170656152bb1a /epan/packet.h
parentc85899e946cf25597d3bd1328632bbb5c5456012 (diff)
Squelch a bunch of compiler warnings.
svn path=/trunk/; revision=31961
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. */