]> sjero.net Git - wget/blobdiff - src/connect.h
[svn] Rewrote bindport and acceptport to use a more standard calling convention.
[wget] / src / connect.h
index a0c830c6c5b2da5b36347e0ab9659a633220ed91..9d67d070df139e7f45b7f13e6dd92380f4e285ff 100644 (file)
@@ -47,8 +47,8 @@ enum {
 int connect_to_host PARAMS ((const char *, int));
 int connect_to_ip PARAMS ((const ip_address *, int, const char *));
 
-uerr_t bindport PARAMS ((const ip_address *, int *, int *));
-uerr_t acceptport PARAMS ((int, int *));
+int bind_local PARAMS ((const ip_address *, int *));
+int accept_connection PARAMS ((int));
 
 enum {
   ENDPOINT_LOCAL,