comparison src/protocols/oscar/ssi.c @ 11792:c2abe1e76501

[gaim-migrate @ 14083] Doco fix from Evan Schoenberg committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Mon, 24 Oct 2005 05:50:19 +0000
parents fe1a1d73f42c
children a88ca6da0b38
comparison
equal deleted inserted replaced
11791:e439530c0c6d 11792:c2abe1e76501
433 * Locally find if you are waiting for authorization for a buddy. 433 * Locally find if you are waiting for authorization for a buddy.
434 * 434 *
435 * @param list A pointer to the current list of items. 435 * @param list A pointer to the current list of items.
436 * @param gn The group of the buddy. 436 * @param gn The group of the buddy.
437 * @param sn The name of the buddy. 437 * @param sn The name of the buddy.
438 * @return A pointer to a NULL terminated string that is the buddies 438 * @return 1 if you are waiting for authorization; 0 if you are not
439 * alias, or NULL if the buddy has no alias. You should free
440 * this returned value!
441 */ 439 */
442 faim_export int aim_ssi_waitingforauth(struct aim_ssi_item *list, const char *gn, const char *sn) 440 faim_export int aim_ssi_waitingforauth(struct aim_ssi_item *list, const char *gn, const char *sn)
443 { 441 {
444 struct aim_ssi_item *cur = aim_ssi_itemlist_finditem(list, gn, sn, AIM_SSI_TYPE_BUDDY); 442 struct aim_ssi_item *cur = aim_ssi_itemlist_finditem(list, gn, sn, AIM_SSI_TYPE_BUDDY);
445 if (cur) { 443 if (cur) {