diff libpurple/request.h @ 19977:c4ac3aa20ea2

Fixing usernick.c and, for some strange reason, request.h
author Gabriel Schulhof <nix@go-nix.ca>
date Wed, 12 Sep 2007 19:57:45 +0000
parents 6a0d9fa477d4
children 591267f6f1d5
line wrap: on
line diff
--- a/libpurple/request.h	Wed Sep 12 19:49:14 2007 +0000
+++ b/libpurple/request.h	Wed Sep 12 19:57:45 2007 +0000
@@ -1186,6 +1186,7 @@
  * @param account		The PurpleAccount associated with this request, or NULL if none is
  * @param who			The username of the buddy assocaited with this request, or NULL if none is
  * @param conv			The PurpleConversation associated with this request, or NULL if none is
+ * @param ui_hint       UI hint
  * @param user_data     The data to pass to the callback.
  *
  * @return A UI-specific handle.
@@ -1197,7 +1198,7 @@
 						 const char *ok_text, GCallback ok_cb,
 						 const char *cancel_text, GCallback cancel_cb,
 						 PurpleAccount *account, const char *who, PurpleConversation *conv,
-						 void *user_data);
+						 const char *ui_hint, void *user_data);
 
 /**
  * Prompts the user for multiple-choice input.