comparison libpurple/account.h @ 19195:1ca6c4b234ab

Warning fixes in the aftermath of resiak's authorize_cb and deny_cb type fixing.
author Daniel Atallah <daniel.atallah@gmail.com>
date Sun, 12 Aug 2007 00:52:17 +0000
parents 7a594763c229
children f821d4bffb0a 44b4e8bd759b
comparison
equal deleted inserted replaced
19194:510ed64b8c74 19195:1ca6c4b234ab
240 * 240 *
241 * @return A UI-specific handle. 241 * @return A UI-specific handle.
242 */ 242 */
243 void *purple_account_request_authorization(PurpleAccount *account, const char *remote_user, 243 void *purple_account_request_authorization(PurpleAccount *account, const char *remote_user,
244 const char *id, const char *alias, const char *message, gboolean on_list, 244 const char *id, const char *alias, const char *message, gboolean on_list,
245 GCallback auth_cb, GCallback deny_cb, void *user_data); 245 PurpleAccountRequestAuthorizationCb auth_cb, PurpleAccountRequestAuthorizationCb deny_cb, void *user_data);
246 246
247 /** 247 /**
248 * Close account requests registered for the given PurpleAccount 248 * Close account requests registered for the given PurpleAccount
249 * 249 *
250 * @param account The account for which requests should be closed 250 * @param account The account for which requests should be closed