]> sjero.net Git - wget/blobdiff - src/connect.h
[svn] Fix FTP PASV output.
[wget] / src / connect.h
index 1c378ddb95d96f14568afcd0918a423d38fb85e9..e96748028b9ad21e07e6efe0a7d7bf0cb5a881f3 100644 (file)
@@ -24,6 +24,7 @@ struct address_list;
 
 /* Function declarations */
 
+int connect_to_one PARAMS ((const unsigned char *, unsigned short, int));
 int connect_to_many PARAMS ((struct address_list *, unsigned short, int));
 void set_connection_host_name PARAMS ((const char *));