diff -r c293a6642a83 -r 9be1c9ea4d2c src/rvous.c --- a/src/rvous.c Mon Nov 13 03:57:40 2000 +0000 +++ b/src/rvous.c Mon Nov 13 04:29:41 2000 +0000 @@ -37,6 +37,7 @@ #include #include #include +#include "proxy.h" #include "gaim.h" static void do_send_file(GtkWidget *, struct file_transfer *); @@ -236,7 +237,7 @@ /* XXX is ft->port in host order or network order? */ - ft->fd = proxy_connect(ft->ip, ft->port, NULL, NULL, -1); + ft->fd = proxy_connect(ft->ip, ft->port, NULL, 0, -1); if (ft->fd <= -1) { fclose(ft->f); @@ -515,7 +516,7 @@ /* XXX is ft->port in host order or network order? */ - ft->fd = proxy_connect(ft->ip, ft->port, NULL, NULL, -1); + ft->fd = proxy_connect(ft->ip, ft->port, NULL, 0, -1); if (ft->fd <= -1) { free_ft(ft);