Mercurial > pidgin
changeset 16489:ce6b4346e56d
merge of '53e71fc52c4d4be3947b2404fe6332ae8d52dc55'
and '795db06d1da098cc0db741abcdb48e5e4a0edcac'
author | Tim Ringenbach <marv@pidgin.im> |
---|---|
date | Mon, 23 Apr 2007 02:04:41 +0000 |
parents | 5f57cd067579 (current diff) 915a56e08a9d (diff) |
children | 18d566625ae5 |
files | |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/libpurple/protocols/yahoo/yahoo.c Fri Apr 27 03:46:47 2007 +0000 +++ b/libpurple/protocols/yahoo/yahoo.c Mon Apr 23 02:04:41 2007 +0000 @@ -76,7 +76,8 @@ purple_privacy_permit_remove(gc->account,who,TRUE); } -gboolean yahoo_privacy_check(PurpleConnection *gc, const char *who) +gboolean +yahoo_privacy_check(PurpleConnection *gc, const char *who) { /* returns TRUE if allowed through, FALSE otherwise */ gboolean permitted;