mirror of
https://github.com/bol-van/zapret.git
synced 2024-11-26 12:10:53 +03:00
9 lines
139 B
C
9 lines
139 B
C
|
#pragma once
|
||
|
|
||
|
#include <ifaddrs.h>
|
||
|
|
||
|
#if __ANDROID_API__ < 24
|
||
|
void freeifaddrs(struct ifaddrs *);
|
||
|
int getifaddrs(struct ifaddrs **);
|
||
|
#endif
|