diff src/util.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 a4f2aba0848d
line wrap: on
line diff
--- a/src/util.h	Sat Jun 14 23:25:41 2003 +0000
+++ b/src/util.h	Sat Jun 14 23:50:24 2003 +0000
@@ -126,16 +126,6 @@
 char *sec_to_text(guint sec);
 
 /**
- * Finds a gaim_account with the specified name and protocol ID.
- *
- * @param name     The name of the account.
- * @param protocol The protocol type.
- *
- * @return The gaim_account, if found, or @c NULL otherwise.
- */
-GaimAccount *gaim_account_find(const char *name, int protocol);
-
-/**
  * Returns the date and time in human-readable form.
  *
  * The returned string is stored in a static buffer, so the result
@@ -329,7 +319,8 @@
  * @param replacement The substring you want inserted in place 
  *        of the delimiting substring.
  */
-gchar *gaim_strreplace(const gchar *string, const gchar *delimiter, const gchar *replacement);
+gchar *gaim_strreplace(const gchar *string, const gchar *delimiter,
+					   const gchar *replacement);
 
 /**
  * Returns a string representing a filesize in the appropriate units (MB, KB, GB, etc.)