comparison src/account.h @ 11782:4baf0aa3158e

[gaim-migrate @ 14073] A doxygen fix from Peter Lawler committer: Tailor Script <tailor@pidgin.im>
author Gary Kramlich <grim@reaperworld.com>
date Mon, 24 Oct 2005 01:57:40 +0000
parents a25be0e70a67
children af257d8679fe
comparison
equal deleted inserted replaced
11781:10317f1a2de2 11782:4baf0aa3158e
715 /** 715 /**
716 * Removes a buddy from the server-side buddy list. 716 * Removes a buddy from the server-side buddy list.
717 * 717 *
718 * @param account The account. 718 * @param account The account.
719 * @param buddy The buddy to remove. 719 * @param buddy The buddy to remove.
720 * @pararm group The group to remove the buddy from. 720 * @param group The group to remove the buddy from.
721 */ 721 */
722 void gaim_account_remove_buddy(GaimAccount *account, GaimBuddy *buddy, 722 void gaim_account_remove_buddy(GaimAccount *account, GaimBuddy *buddy,
723 GaimGroup *group); 723 GaimGroup *group);
724 724
725 /** 725 /**