diff plugins/tcl/tcl_cmds.c @ 7100:abdc55ffadba

[gaim-migrate @ 7665] Update plugins to the new API changes. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Wed, 01 Oct 2003 04:09:54 +0000
parents 083d1e4a9c78
children bf630f7dfdcd
line wrap: on
line diff
--- a/plugins/tcl/tcl_cmds.c	Wed Oct 01 04:07:31 2003 +0000
+++ b/plugins/tcl/tcl_cmds.c	Wed Oct 01 04:09:54 2003 +0000
@@ -257,7 +257,7 @@
 	Tcl_Obj *list, *tclgroup, *tclgrouplist, *tclcontact, *tclcontactlist, *tclbud, **elems, *result;
 	char *cmds[] = { "alias", "handle", "info", "list", NULL };
 	enum { CMD_BUDDY_ALIAS, CMD_BUDDY_HANDLE, CMD_BUDDY_INFO, CMD_BUDDY_LIST } cmd;
-	struct gaim_buddy_list *blist;
+	GaimBuddyList *blist;
 	GaimBlistNode *node, *gnode, *bnode;
 	GaimAccount *account;
 	GaimBuddy *bud;