X-Git-Url: https://www.tinc-vpn.org/git/browse?a=blobdiff_plain;f=src%2Fdropin.h;fp=lib%2Fdropin.h;h=a3a22e3fa0cd56feeee3733246a71b8c1230254c;hb=ce8775000ab38229a78ecf3dc26bab008ca0f332;hp=22fe36d394f683eb30b8c086c5dc543475f94750;hpb=5686ad80b545afa3de9ed2f4176a5346e289aaa8;p=tinc diff --git a/lib/dropin.h b/src/dropin.h similarity index 96% rename from lib/dropin.h rename to src/dropin.h index 22fe36d3..a3a22e3f 100644 --- a/lib/dropin.h +++ b/src/dropin.h @@ -41,8 +41,4 @@ extern int vasprintf(char **, const char *, va_list ap); extern int gettimeofday(struct timeval *, void *); #endif -#ifndef HAVE_USLEEP -extern int usleep(long); -#endif - #endif /* __DROPIN_H__ */