Mercurial > pidgin
changeset 7696:29bcd6e3da33
[gaim-migrate @ 8341]
I'm trying to be nice to Sean to make up for me disagreeing with him
eleventybillion times today.
committer: Tailor Script <tailor@pidgin.im>
author | Mark Doliner <mark@kingant.net> |
---|---|
date | Tue, 02 Dec 2003 07:41:39 +0000 |
parents | 557f72040bdf |
children | e544e234ecbb |
files | src/protocols/yahoo/yahoo.c |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/protocols/yahoo/yahoo.c Tue Dec 02 07:33:43 2003 +0000 +++ b/src/protocols/yahoo/yahoo.c Tue Dec 02 07:41:39 2003 +0000 @@ -2889,11 +2889,12 @@ yahoo_packet_free(pkt); } +#if 0 static gboolean yahoo_has_send_file(GaimConnection *gc, const char *who) { return TRUE; } - +#endif static GaimPlugin *my_protocol = NULL;