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


Reply via email to