diff src/account.h @ 7132:d17a587efeb3

[gaim-migrate @ 7699] new blist parser code, and some tweaks to the account code to make my next commit possible. the other parser code can get moved over to this model to make things cleaner, but i'm too lazy to do it now. committer: Tailor Script <tailor@pidgin.im>
author Nathan Walp <nwalp@pidgin.im>
date Fri, 03 Oct 2003 21:49:11 +0000
parents b90c94620d1c
children fa6395637e2c
line wrap: on
line diff
--- a/src/account.h	Fri Oct 03 21:10:12 2003 +0000
+++ b/src/account.h	Fri Oct 03 21:49:11 2003 +0000
@@ -609,22 +609,11 @@
  * Finds an account with the specified name and protocol number.
  *
  * @param name     The account username.
- * @param protocol The account protocol number.
+ * @param protocol The account protocol ID or number.
  *
  * @return The account, if found, or @c FALSE otherwise.
  */
-GaimAccount *gaim_accounts_find(const char *name, GaimProtocol protocol);
-
-/**
- * Finds an account with the specified name and protocol ID.
- *
- * @param name        The account username.
- * @param protocol_id The account protocol ID.
- *
- * @return The account, if found, or @c FALSE otherwise.
- */
-GaimAccount *gaim_accounts_find_with_prpl_id(const char *name,
-											 const char *protocol_id);
+GaimAccount *gaim_accounts_find(const char *name, const char *protocol);
 
 /*@}*/