]> git.cworth.org Git - ttt/blobdiff - src/x.h
2005-11-29 Carl Worth <cworth@cworth.org>
[ttt] / src / x.h
diff --git a/src/x.h b/src/x.h
index b3384af43d93b37aad0a96523cef97d2f616ab66..3b7f208d324e10b2582040779c36d78f443b72d4 100644 (file)
--- a/src/x.h
+++ b/src/x.h
@@ -63,6 +63,9 @@ xsocket (int domain, int type, int protocol);
 void
 xbind (int sockfd, const struct sockaddr *my_addr, socklen_t addrlen);
 
+ttt_status_t
+xconnect (int sockfd, const struct sockaddr *serv_addr, socklen_t addrlen);
+
 void
 xlisten (int s, int backlog);