diff src/proxy.h @ 1843:4dbd8533d209

[gaim-migrate @ 1853] http can be authenticated committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Sat, 12 May 2001 08:09:54 +0000
parents 00aef397a1fe
children a02584b98823
line wrap: on
line diff
--- a/src/proxy.h	Sat May 12 06:42:02 2001 +0000
+++ b/src/proxy.h	Sat May 12 08:09:54 2001 +0000
@@ -39,6 +39,7 @@
 
 extern int proxy_connect(char *host, int port,
 			 char *proxyhost, int proxyport, int proxytype,
+			 char *user, char *pass,
 			 GdkInputFunction func, gpointer data);
 
 #endif