X-Git-Url: https://git.distorted.org.uk/~mdw/termux-packages/blobdiff_plain/59a1174c7da64ef0a681bd9d1e72299d71be9181..c88dfb145cbaf6c7b231f8f82d8519763d12418d:/ndk_patches/ifaddrs.h diff --git a/ndk_patches/ifaddrs.h b/ndk_patches/ifaddrs.h index 693fb5fe..66f4279b 100644 --- a/ndk_patches/ifaddrs.h +++ b/ndk_patches/ifaddrs.h @@ -70,8 +70,8 @@ struct ifaddrs { #include __BEGIN_DECLS -extern int getifaddrs(struct ifaddrs **ifap); -extern void freeifaddrs(struct ifaddrs *ifa); +static int getifaddrs(struct ifaddrs **ifap); +static void freeifaddrs(struct ifaddrs *ifa); __END_DECLS #endif