Mercurial > pidgin
comparison src/protocols/silc/silc.c @ 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 | 43741d8f76f7 |
children | 2770a0e659ca |
comparison
equal
deleted
inserted
replaced
9465:8a4797a608ae | 9466:d27156c9c876 |
---|---|
1434 NULL, | 1434 NULL, |
1435 silcgaim_chat_set_topic, | 1435 silcgaim_chat_set_topic, |
1436 NULL, | 1436 NULL, |
1437 silcgaim_roomlist_get_list, | 1437 silcgaim_roomlist_get_list, |
1438 silcgaim_roomlist_cancel, | 1438 silcgaim_roomlist_cancel, |
1439 NULL | 1439 NULL, |
1440 NULL, | |
1441 silcgaim_ftp_send_file | |
1440 }; | 1442 }; |
1441 | 1443 |
1442 static GaimPluginInfo info = | 1444 static GaimPluginInfo info = |
1443 { | 1445 { |
1444 GAIM_PLUGIN_API_VERSION, /**< api_version */ | 1446 GAIM_PLUGIN_API_VERSION, /**< api_version */ |