Mercurial > pidgin
diff src/protocols/yahoo/yahoo.h @ 10937:ca3e0882d377
[gaim-migrate @ 12721]
sf patch #1202156, from Bleeter Yaluser
. Forward port privacy
. Tidy up whitespace
. Remove file TX send limit
committer: Tailor Script <tailor@pidgin.im>
| author | Mark Doliner <mark@kingant.net> |
|---|---|
| date | Tue, 24 May 2005 04:54:27 +0000 |
| parents | a8f9e5ce4f92 |
| children | b4919e8c634c |
line wrap: on
line diff
--- a/src/protocols/yahoo/yahoo.h Tue May 24 04:46:51 2005 +0000 +++ b/src/protocols/yahoo/yahoo.h Tue May 24 04:54:27 2005 +0000 @@ -188,4 +188,13 @@ /* yahoo_profile.c */ void yahoo_get_info(GaimConnection *gc, const char *name); +/** + * Check to see whether the sender is permitted to send + * + * @param gc The gc handle. + * @param who The sender of the packet to check +*/ +gboolean yahoo_privacy_check + (GaimConnection *gc, const char *who); + #endif /* _YAHOO_H_ */
