--- a/libpurple/plugins/tcl/tcl_cmds.c Thu Jul 25 02:13:43 2013 +0530 +++ b/libpurple/plugins/tcl/tcl_cmds.c Thu Jul 25 02:22:35 2013 +0530 @@ -383,9 +383,9 @@ return TCL_OK; } -static PurpleBListNode *tcl_list_to_buddy(Tcl_Interp *interp, int count, Tcl_Obj **elems) +static PurpleBlistNode *tcl_list_to_buddy(Tcl_Interp *interp, int count, Tcl_Obj **elems) { - PurpleBListNode *node = NULL; + PurpleBlistNode *node = NULL; PurpleAccount *account; char *name; char *type; @@ -415,7 +415,7 @@ Tcl_Obj *list, *tclgroup, *tclgrouplist, *tclcontact, *tclcontactlist, *tclbud, **elems, *result; const char *cmds[] = { "alias", "handle", "info", "list", NULL }; enum { CMD_BUDDY_ALIAS, CMD_BUDDY_HANDLE, CMD_BUDDY_INFO, CMD_BUDDY_LIST } cmd; - PurpleBListNode *node, *gnode, *bnode; + PurpleBlistNode *node, *gnode, *bnode; PurpleAccount *account; PurpleBuddy *bud; PurpleChat *cnode;