Mercurial > pidgin
diff src/protocols/silc/silcgaim.h @ 12149:4e46eeec4ace
[gaim-migrate @ 14450]
Fix SILC. I broke this earlier with the file transfer changes. I swear I was compiling SILC and Sametime. I've fixed it now. Sorry about this.
committer: Tailor Script <tailor@pidgin.im>
| author | Richard Laager <rlaager@wiktel.com> |
|---|---|
| date | Sat, 19 Nov 2005 02:01:48 +0000 |
| parents | a26eb48d1953 |
| children | 4d3119205a33 |
line wrap: on
line diff
--- a/src/protocols/silc/silcgaim.h Sat Nov 19 01:53:28 2005 +0000 +++ b/src/protocols/silc/silcgaim.h Sat Nov 19 02:01:48 2005 +0000 @@ -109,6 +109,7 @@ char *silcgaim_status_text(GaimBuddy *b); gboolean silcgaim_ip_is_private(const char *ip); void silcgaim_ftp_send_file(GaimConnection *gc, const char *name, const char *file); +GaimXfer *silcgaim_ftp_new_xfer(GaimConnection *gc, const char *name); void silcgaim_ftp_request(SilcClient client, SilcClientConnection conn, SilcClientEntry client_entry, SilcUInt32 session_id, const char *hostname, SilcUInt16 port);
