2005-04-21 16:53:53 +02:00
|
|
|
/* net.h Copyright 2000 by Michael Temari All Rights Reserved */
|
|
|
|
/* 04/05/2000 Michael Temari <Michael@TemWare.Com> */
|
|
|
|
|
2010-01-21 07:38:17 +01:00
|
|
|
/* avoid clash with POSIX connect */
|
|
|
|
#define connect _connect
|
2005-04-21 16:53:53 +02:00
|
|
|
_PROTOTYPE(int connect, (char *host, int port));
|
2010-01-21 07:38:17 +01:00
|
|
|
|