src/notify.h

changeset 11531
63c017cfd8d2
parent 11501
a8fc92026134
child 11533
f58436975d44
--- a/src/notify.h	Mon Sep 12 18:43:03 2005 +0000
+++ b/src/notify.h	Mon Sep 12 18:46:15 2005 +0000
@@ -362,7 +362,6 @@
  *
  * @param gc		The GaimConnection handle associated with the information.
  * @param who		The username associated with the information.
- * @param title     The title of the message.
  * @param primary   The main point of the message.
  * @param secondary The secondary information.
  * @param text      The formatted text.
@@ -373,9 +372,9 @@
  * @return A UI-specific handle.
  */
 void *gaim_notify_userinfo(GaimConnection *gc, const char *who,
-						   const char *title, const char *primary,
-						   const char *secondary, const char *text,
-						   GCallback cb, void *user_data);
+						   const char *primary, const char *secondary,
+						   const char *text, GCallback cb,
+						   void *user_data);
 
 /**
  * Opens a URI or somehow presents it to the user.

mercurial