comparison src/account.h @ 5874:964e4f94fc56

[gaim-migrate @ 6306] Moved gaim_account_find() from util.[ch] to gaim_accounts_find() in account.[ch]. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Sat, 14 Jun 2003 23:50:24 +0000
parents 059d95c67cda
children f336fc0a7b8b
comparison
equal deleted inserted replaced
5873:a18e88c4dace 5874:964e4f94fc56
489 * 489 *
490 * @return A list of all accounts. 490 * @return A list of all accounts.
491 */ 491 */
492 GList *gaim_accounts_get_all(void); 492 GList *gaim_accounts_get_all(void);
493 493
494 /**
495 * Finds an account with the specified name and protocol.
496 *
497 * @param name The account username.
498 * @param protocol The account protocol.
499 *
500 * @return The account, if found, or @c FALSE otherwise.
501 */
502 GaimAccount *gaim_accounts_find(const char *name, GaimProtocol protocol);
503
494 #endif /* _GAIM_ACCOUNTS_H_ */ 504 #endif /* _GAIM_ACCOUNTS_H_ */