comparison src/account.h @ 6501:b80ccf6391e3

[gaim-migrate @ 7016] This comment was no longer valid. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Tue, 19 Aug 2003 05:24:19 +0000
parents 70d5122bc3ff
children 0473a28ce807
comparison
equal deleted inserted replaced
6500:8af14f114730 6501:b80ccf6391e3
514 void gaim_accounts_add(GaimAccount *account); 514 void gaim_accounts_add(GaimAccount *account);
515 515
516 /** 516 /**
517 * Removes an account from the list of accounts. 517 * Removes an account from the list of accounts.
518 * 518 *
519 * This will remove any buddies from the buddy list that belong to this
520 * account.
521 *
522 * @param account The account. 519 * @param account The account.
523 */ 520 */
524 void gaim_accounts_remove(GaimAccount *account); 521 void gaim_accounts_remove(GaimAccount *account);
525 522
526 /** 523 /**