X-Git-Url: https://www.tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=lib%2Fdropin.h;fp=lib%2Fdropin.h;h=4db7d7e07a0a586c4bce3cb6fc880a0b3afa2b0f;hp=72109c847accf42c51671cc4d820adf225ffc5b7;hb=fa9bedd47cf8c143e801889c78f0a0979ac4d2fc;hpb=f80bf14f28925df6eaa56f3ed77adaf418ab9890 diff --git a/lib/dropin.h b/lib/dropin.h index 72109c84..4db7d7e0 100644 --- a/lib/dropin.h +++ b/lib/dropin.h @@ -39,11 +39,6 @@ extern int asprintf(char **, const char *, ...); extern int vasprintf(char **, const char *, va_list ap); #endif -#ifndef HAVE_GETNAMEINFO -extern int getnameinfo(const struct sockaddr *sa, size_t salen, char *host, - size_t hostlen, char *serv, size_t servlen, int flags); -#endif - #ifndef HAVE_GETTIMEOFDAY extern int gettimeofday(struct timeval *, void *); #endif