zapret/tpws/andr/ifaddrs.h

9 lines
139 B
C
Raw Normal View History

2024-11-16 15:25:53 +00:00
#pragma once
#include <ifaddrs.h>
#if __ANDROID_API__ < 24
void freeifaddrs(struct ifaddrs *);
int getifaddrs(struct ifaddrs **);
#endif