diff src/protocols/trepia/trepia.c @ 6059:d8cd876e613e

[gaim-migrate @ 6509] I made a lot of server.c functions use const chat * instead of const * Made the alias entry have focus in the alias buddy dialog. Fixed a typo thanks to J. Silvestri committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Tue, 08 Jul 2003 03:36:41 +0000
parents 44b7e2530c05
children c28dea25983c
line wrap: on
line diff
--- a/src/protocols/trepia/trepia.c	Tue Jul 08 02:33:17 2003 +0000
+++ b/src/protocols/trepia/trepia.c	Tue Jul 08 03:36:41 2003 +0000
@@ -1219,7 +1219,7 @@
 }
 
 static void
-trepia_rem_buddy(GaimConnection *gc, char *who, char *group)
+trepia_rem_buddy(GaimConnection *gc, const char *who, const char *group)
 {
 }