diff src/multi.h @ 1942:ba421d552093

[gaim-migrate @ 1952] GTK2 committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Fri, 01 Jun 2001 23:04:13 +0000
parents b367beee6448
children 815997c7d4f1
line wrap: on
line diff
--- a/src/multi.h	Fri Jun 01 22:56:53 2001 +0000
+++ b/src/multi.h	Fri Jun 01 23:04:13 2001 +0000
@@ -78,7 +78,7 @@
 /* now that we have our struct, we're going to need lots of them. Maybe even a list of them. */
 extern GSList *connections;
 
-struct aim_user *new_user(char *, int, int);
+struct aim_user *new_user(const char *, int, int);
 struct gaim_connection *new_gaim_conn(struct aim_user *);
 void destroy_gaim_conn(struct gaim_connection *);