[svn] A lot of host name changes.

Published in <sxs3d32856s.fsf@florida.arsdigita.de>.
This commit is contained in:
hniksic
2001-11-25 21:36:33 -08:00
parent f6921edc73
commit 024cb5ed3a
10 changed files with 409 additions and 218 deletions

View File

@@ -20,8 +20,13 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
#ifndef CONNECT_H
#define CONNECT_H
struct address_list;
/* Function declarations */
uerr_t make_connection PARAMS ((int *, char *, unsigned short));
int connect_to_many PARAMS ((struct address_list *, unsigned short, int));
void set_connection_host_name PARAMS ((const char *));
int test_socket_open PARAMS ((int));
uerr_t bindport PARAMS ((unsigned short *));
uerr_t acceptport PARAMS ((int *));