mirror of
https://github.com/bol-van/zapret2
synced 2026-09-21 21:29:24 +03:00
8 lines
139 B
C
8 lines
139 B
C
#pragma once
|
|
|
|
#include <ifaddrs.h>
|
|
|
|
#if __ANDROID_API__ < 24
|
|
void freeifaddrs(struct ifaddrs *);
|
|
int getifaddrs(struct ifaddrs **);
|
|
#endif
|