]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - error.h
Introduce tcp_connect().
[paraslash.git] / error.h
diff --git a/error.h b/error.h
index 07821c221352e1124df509a7a8f6f011e04fe975..d2d3dff8a82de6d375b194e37824d602b168c670 100644 (file)
--- a/error.h
+++ b/error.h
@@ -175,7 +175,6 @@ extern const char **para_errlist[];
 #define NET_ERRORS \
        PARA_ERROR(SOCKET, "socket error"), \
        PARA_ERROR(CONNECT, "connect error"), \
-       PARA_ERROR(ACCEPT, "accept error"), \
        PARA_ERROR(SETSOCKOPT, "failed to set socket options"), \
        PARA_ERROR(BIND, "bind error"), \
        PARA_ERROR(NAME_TOO_LONG, "name too long for struct sockaddr_un"), \
@@ -185,7 +184,6 @@ extern const char **para_errlist[];
        PARA_ERROR(SCM_CREDENTIALS, "did not receive SCM credentials"), \
        PARA_ERROR(LISTEN, "listen error"), \
        PARA_ERROR(RECV_PATTERN, "did not receive expected pattern"), \
-       PARA_ERROR(HOST_INFO, "gethostbyname() failed"), \
 
 
 #define ORTP_RECV_ERRORS \