Mercurial > pidgin
changeset 16509:18d566625ae5
merge of 'c303a7c8b23b07ec77b907c286f1f7eb37ffb076'
and 'c4af5d58ae0a812912ffe29dc285f3d08afb5425'
author | Tim Ringenbach <marv@pidgin.im> |
---|---|
date | Mon, 23 Apr 2007 02:44:04 +0000 |
parents | ce6b4346e56d (diff) d8d5b7f45466 (current diff) |
children | 3c1c77f441c6 |
files | |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/libpurple/protocols/yahoo/yahoo.c Fri Apr 27 04:40:17 2007 +0000 +++ b/libpurple/protocols/yahoo/yahoo.c Mon Apr 23 02:44:04 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;