src/util.h

changeset 7261
4be05820d441
parent 7162
dfd30c70acde
child 7303
b7b02c31b5bb
--- a/src/util.h	Tue Oct 14 04:44:43 2003 +0000
+++ b/src/util.h	Tue Oct 14 05:07:39 2003 +0000
@@ -302,11 +302,12 @@
  * g_strdup() it. Also, calling normalize() twice in the same line
  * will lead to problems.
  *
- * @param str The string to normalize.
+ * @param account  The account the string belongs to.
+ * @param str      The string to normalize.
  *
  * @return A pointer to the normalized version stored in a static buffer.
  */
-const char *gaim_normalize(const char *str);
+const char *gaim_normalize(const GaimAccount *account, const char *str);
 
 /**
  * Looks for %n, %d, or %t in a string, and replaces them with the

mercurial