X-Git-Url: https://www.tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=lib%2Fdropin.h;h=8c2e94a36d05e6e9c3e9ccae8f2c7c682e9a8f87;hp=72109c847accf42c51671cc4d820adf225ffc5b7;hb=6f1e0ece4e61f30612ed84ca4640635a02892cc8;hpb=5e0efd53e797a2b5468b91b41b6122f3b942efb2 diff --git a/lib/dropin.h b/lib/dropin.h index 72109c84..8c2e94a3 100644 --- a/lib/dropin.h +++ b/lib/dropin.h @@ -39,17 +39,8 @@ 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 -#ifndef HAVE_RANDOM -extern long int random(void); -#endif - #endif /* __DROPIN_H__ */