diff -r 5b91df85caf9 -r f7548d168415 src/blist.h --- a/src/blist.h Sun Jul 20 14:11:43 2003 +0000 +++ b/src/blist.h Sun Jul 20 16:19:31 2003 +0000 @@ -411,7 +411,18 @@ * @param account The account this buddy belongs to * @return The buddy or NULL if the buddy does not exist */ -struct buddy *gaim_find_buddy(GaimAccount *account, const char *name); +struct buddy *gaim_find_buddy(GaimAccount *account, const char *name); + +/** + * Finds all buddies struct given a screenname and an account + * + * @param name The buddy's screenname + * @param account The account this buddy belongs to + * + * @return A GSList of buddies (which must be freed), or NULL if the buddy doesn't exist + */ +GSList *gaim_find_buddies(GaimAccount *account, const char *name); + /** * Finds a group by name