summaryrefslogtreecommitdiffstats
path: root/sockutil.h
diff options
context:
space:
mode:
Diffstat (limited to 'sockutil.h')
-rw-r--r--sockutil.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/sockutil.h b/sockutil.h
index 3678b1f..d0f630b 100644
--- a/sockutil.h
+++ b/sockutil.h
@@ -19,9 +19,6 @@
*/
#include <netinet/in.h>
-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);