diff plugins/yay/yay.h @ 1879:6497ee3751cf

[gaim-migrate @ 1889] yahoo can do the proxy_connect stuff now. committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Tue, 22 May 2001 10:58:26 +0000
parents 2c66d386be90
children ac9dd6b00b34
line wrap: on
line diff
--- a/plugins/yay/yay.h	Tue May 22 09:05:21 2001 +0000
+++ b/plugins/yay/yay.h	Tue May 22 10:58:26 2001 +0000
@@ -94,6 +94,9 @@
 #define YAHOO_LOG_ERROR    1
 #define YAHOO_LOG_CRITICAL 0
 
+extern int (*yahoo_connector)(struct yahoo_session *session, const char *host, int port, gpointer data);
+int yahoo_connected(struct yahoo_session *session, gpointer data, int fd);
+
 typedef int (*yahoo_callback)(struct yahoo_session *session, ...);
 void yahoo_add_handler(struct yahoo_session *session, int type, yahoo_callback function);
 #define YAHOO_HANDLE_DISCONNECT   0