src/gtkstatusbox.h

changeset 11638
1821b40269a3
parent 11499
95be4b16bfaf
child 11677
89c2ab8d2ebf
--- a/src/gtkstatusbox.h	Mon Oct 10 12:29:30 2005 +0000
+++ b/src/gtkstatusbox.h	Mon Oct 10 17:59:48 2005 +0000
@@ -119,9 +119,9 @@
 gtk_gaim_status_box_pulse_connecting(GtkGaimStatusBox *status_box);
 
 
-const char *gtk_gaim_status_box_get_active_type(GtkGaimStatusBox *status_box);
+char *gtk_gaim_status_box_get_active_type(GtkGaimStatusBox *status_box);
 
-const char *gtk_gaim_status_box_get_message(GtkGaimStatusBox *status_box);
+char *gtk_gaim_status_box_get_message(GtkGaimStatusBox *status_box);
 
 G_END_DECLS
 

mercurial