terom@26: #ifndef SOCKET_H terom@26: #define SOCKET_H terom@26: terom@26: #include "config.h" terom@26: terom@27: #define SOCKET_LISTEN_BACKLOG 128 terom@26: terom@26: int socket_listen (struct config_endpoint *endpoint, int sock_type); terom@26: int socket_connect_async (struct config_endpoint *endpoint, int sock_type); terom@26: terom@26: #endif /* SOCKET_H */