comparison libpurple/protocols/oscar/oscarcommon.h @ 15623:71af5b6209d5

uri-handler support for AIM/ICQ, Yahoo and MSN
author Daniel Atallah <daniel.atallah@gmail.com>
date Sun, 11 Feb 2007 21:58:50 +0000
parents 0b6f337a46d5
children 32c366eeeb99
comparison
equal deleted inserted replaced
15622:a2411e8dbe2d 15623:71af5b6209d5
85 gboolean oscar_can_receive_file(GaimConnection *gc, const char *who); 85 gboolean oscar_can_receive_file(GaimConnection *gc, const char *who);
86 void oscar_send_file(GaimConnection *gc, const char *who, const char *file); 86 void oscar_send_file(GaimConnection *gc, const char *who, const char *file);
87 GaimXfer *oscar_new_xfer(GaimConnection *gc, const char *who); 87 GaimXfer *oscar_new_xfer(GaimConnection *gc, const char *who);
88 gboolean oscar_offline_message(const GaimBuddy *buddy); 88 gboolean oscar_offline_message(const GaimBuddy *buddy);
89 GList *oscar_actions(GaimPlugin *plugin, gpointer context); 89 GList *oscar_actions(GaimPlugin *plugin, gpointer context);
90 void oscar_init(GaimPluginProtocolInfo *prpl_info);