comparison libpurple/protocols/yahoo/yahoo.h @ 26145:abf830f6cd43

When sending a file, if there isn't a p2p connection, try establishing it. one.
author Sulabh Mahajan <sulabh@soc.pidgin.im>
date Fri, 22 Aug 2008 15:00:16 +0000
parents 0e1fba363b01
children bb5a6709d9b7
comparison
equal deleted inserted replaced
26144:0dd4629e75ee 26145:abf830f6cd43
272 gchar* yahoo_get_cookies(PurpleConnection *gc); 272 gchar* yahoo_get_cookies(PurpleConnection *gc);
273 273
274 gboolean yahoo_send_attention(PurpleConnection *gc, const char *username, guint type); 274 gboolean yahoo_send_attention(PurpleConnection *gc, const char *username, guint type);
275 GList *yahoo_attention_types(PurpleAccount *account); 275 GList *yahoo_attention_types(PurpleAccount *account);
276 276
277 /* send p2p pkt containing our encoded ip, asking peer to connect to us */
278 void yahoo_send_p2p_pkt(PurpleConnection *gc, const char *who, int val_13);
279
277 #endif /* _YAHOO_H_ */ 280 #endif /* _YAHOO_H_ */