diff src/prpl.h @ 4349:0c68d402f59f

[gaim-migrate @ 4614] XML Blist Gaim stores all the buddy lists in one big happy file now. You can order the buddies however you want, and they'll stay ordered that way. We can also store some per-buddy information now, which will be cool. committer: Tailor Script <tailor@pidgin.im>
author Nathan Walp <nwalp@pidgin.im>
date Sun, 19 Jan 2003 22:16:52 +0000
parents cc2f780c0505
children 3196d9044a45
line wrap: on
line diff
--- a/src/prpl.h	Sun Jan 19 22:03:57 2003 +0000
+++ b/src/prpl.h	Sun Jan 19 22:16:52 2003 +0000
@@ -144,10 +144,10 @@
 	void (* add_buddies)	(struct gaim_connection *, GList *buddies);
 	void (* remove_buddy)	(struct gaim_connection *, char *name, char *group);
 	void (* remove_buddies)	(struct gaim_connection *, GList *buddies, const char *group);
-	void (* add_permit)	(struct gaim_connection *, char *name);
-	void (* add_deny)	(struct gaim_connection *, char *name);
-	void (* rem_permit)	(struct gaim_connection *, char *name);
-	void (* rem_deny)	(struct gaim_connection *, char *name);
+	void (* add_permit)	(struct gaim_connection *, const char *name);
+	void (* add_deny)	(struct gaim_connection *, const char *name);
+	void (* rem_permit)	(struct gaim_connection *, const char *name);
+	void (* rem_deny)	(struct gaim_connection *, const char *name);
 	void (* set_permit_deny)(struct gaim_connection *);
 	void (* warn)		(struct gaim_connection *, char *who, int anonymous);
 	void (* join_chat)	(struct gaim_connection *, GList *data);