diff libpurple/protocols/yahoo/yahoo.c @ 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 0dd4629e75ee
children 9c633c83caa6
line wrap: on
line diff
--- a/libpurple/protocols/yahoo/yahoo.c	Wed Aug 20 21:37:09 2008 +0000
+++ b/libpurple/protocols/yahoo/yahoo.c	Fri Aug 22 15:00:16 2008 +0000
@@ -2622,7 +2622,7 @@
 }
 
 /* send p2p pkt containing our encoded ip, asking peer to connect to us */
-static void yahoo_send_p2p_pkt(PurpleConnection *gc, const char *who, int val_13)
+void yahoo_send_p2p_pkt(PurpleConnection *gc, const char *who, int val_13)
 {
 	const char *public_ip;
 	guint32 temp[4];