summaryrefslogtreecommitdiff
path: root/util.h
diff options
context:
space:
mode:
Diffstat (limited to 'util.h')
-rw-r--r--util.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/util.h b/util.h
index ca0b425..c151b90 100644
--- a/util.h
+++ b/util.h
@@ -5,4 +5,3 @@ char *stringcopy(const char *s, int len);
char *addr2string(struct sockaddr *addr, socklen_t len);
void printfchars(char *prefixfmt, char *prefix, char *charfmt, char *chars, int len);
int connectport(int type, char *host, char *port);
-int bindtoaddr(struct addrinfo *addrinfo, int family, int reuse, int v6only);