Mercurial > pidgin
diff src/protocols/yahoo/yahoo_filexfer.h @ 9466:d27156c9c876
[gaim-migrate @ 10291]
(21:36:44) datallah: anyway... i added "Send File" to the prpl core
committer: Tailor Script <tailor@pidgin.im>
author | Luke Schierer <lschiere@pidgin.im> |
---|---|
date | Wed, 07 Jul 2004 01:49:39 +0000 |
parents | fa6395637e2c |
children | 7fab28c991f3 |
line wrap: on
line diff
--- a/src/protocols/yahoo/yahoo_filexfer.h Wed Jul 07 01:35:27 2004 +0000 +++ b/src/protocols/yahoo/yahoo_filexfer.h Wed Jul 07 01:49:39 2004 +0000 @@ -30,14 +30,6 @@ * * @param gc The GaimConnection handle. * @param who Who are we sending it to? - * @param file What file? + * @param file What file? If NULL, user will choose after this call. */ void yahoo_send_file(GaimConnection *gc, const char *who, const char *file); - -/** - * Sends a file, that the user chooses after this call. - * - * @param gc The GaimConnection. - * @param who Who are we going to send a file to? - */ -void yahoo_ask_send_file(GaimConnection *gc, const char *who);