comparison src/account.h @ 11328:b8c93c40ee2e

[gaim-migrate @ 13540] Remove two function declarations for ghostly functions. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Tue, 23 Aug 2005 03:56:35 +0000
parents 519dc2186438
children efb358543b1d
comparison
equal deleted inserted replaced
11327:1696caba7db2 11328:b8c93c40ee2e
688 /** @name Accounts API */ 688 /** @name Accounts API */
689 /**************************************************************************/ 689 /**************************************************************************/
690 /*@{*/ 690 /*@{*/
691 691
692 /** 692 /**
693 * Loads the accounts.
694 *
695 * @return TRUE if accounts.xml was loaded successfully. Otherwise
696 * FALSE is returned.
697 */
698 gboolean gaim_accounts_load();
699
700 /**
701 * Adds an account to the list of accounts. 693 * Adds an account to the list of accounts.
702 * 694 *
703 * @param account The account. 695 * @param account The account.
704 */ 696 */
705 void gaim_accounts_add(GaimAccount *account); 697 void gaim_accounts_add(GaimAccount *account);