diff src/gaim.h @ 1840:00aef397a1fe

[gaim-migrate @ 1850] reworked some of the proxy stuff so that it's non-blocking now. next thing to do is to get IRC, MSN, Napster, and Jabber to use the new proxy_connect code. After that, Oscar and Yahoo (maybe Zephyr too? not likely) committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Sat, 12 May 2001 01:38:04 +0000
parents 1b61db419774
children 4dbd8533d209
line wrap: on
line diff
--- a/src/gaim.h	Fri May 11 21:54:27 2001 +0000
+++ b/src/gaim.h	Sat May 12 01:38:04 2001 +0000
@@ -590,7 +590,7 @@
 
 /* Functions in html.c */
 extern struct g_url parse_url(char *);
-extern char *grab_url(struct aim_user *, char *);
+extern void grab_url(struct aim_user *, char *, void (*callback)(gpointer, char *), gpointer);
 extern gchar *strip_html(gchar *);
 
 /* Functions in idle.c */
@@ -838,8 +838,7 @@
 extern void show_log_dialog(struct conversation *);
 extern void show_find_email(struct gaim_connection *gc);
 extern void show_find_info();
-extern void g_show_info (struct aim_user *, char *);
-extern void g_show_info_text (char *);
+extern void g_show_info_text(char *);
 extern void show_set_info(struct gaim_connection *);
 extern void show_set_dir();
 extern void show_fgcolor_dialog(struct conversation *c, GtkWidget *color);