Ethereal-dev: [Ethereal-dev] col_set_str constant parameter

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: Shaun Jackman <sjackman@xxxxxxxxxxxxxxxxxx>
Date: Thu, 19 Jun 2003 21:39:39 -0000
Should the prototype for col_set_str take a const gchar*?

- col_set_str(column_info *, gint, gchar *);
+ col_set_str(column_info *, gint, const gchar *);

Cheers,
Shaun