Remove dropin random() function, as it is not used anymore.
[oweals/tinc.git] / lib / dropin.h
index 72109c847accf42c51671cc4d820adf225ffc5b7..8c2e94a36d05e6e9c3e9ccae8f2c7c682e9a8f87 100644 (file)
@@ -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__ */