add a g_ascii_isprint() macro so that this symbol can be used for gtk1 platforms...
[obnox/wireshark/wip.git] / color_filters.h
index 46646d05b6f885adf4df36a3580416699f2fe154..17ab753e0802129639147e98862bd00f7deb8bde 100644 (file)
@@ -108,7 +108,7 @@ color_filters_colorize_packet(gint row, epan_dissect_t *edt);
  * @param fg_color foreground color
  * @return the new color filter
  */
-color_filter_t *color_filter_new(gchar *name, gchar *filter_string,
+color_filter_t *color_filter_new(const gchar *name, const gchar *filter_string,
     color_t *bg_color, color_t *fg_color);
 
 /** Remove the color filter.