From 87dcf2368a2ea72589791dcff2146a700db7d122 Mon Sep 17 00:00:00 2001 From: Nathan Straz Date: Tue, 17 Sep 2013 09:35:52 -0400 Subject: Remove unused utility functions --- sockutil.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'sockutil.h') diff --git a/sockutil.h b/sockutil.h index 3678b1f..d0f630b 100644 --- a/sockutil.h +++ b/sockutil.h @@ -19,9 +19,6 @@ */ #include -int getsockport(int sd); -int bind_any(int minport, unsigned short ss_family); int connect_to_host(char *hostname, int port, unsigned short *ss_family); -int connect_to_peer(struct sockaddr_storage *peer, int port); struct qa_packet * recv_packet(int fd); int send_packet(int fd, struct qa_packet *qp); -- cgit