diff -r ca10b8caf2aa -r cfa56fba1b19 plugins/tcl/tcl_cmds.c --- 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;