9 #ifndef C_API_NETWORK_H 10 #define C_API_NETWORK_H 32 bool (*wake_on_lan)(
void* kodiBase,
const char* mac);
33 char* (*get_ip_address)(
void* kodiBase);
34 char* (*dns_lookup)(
void* kodiBase,
const char* url,
bool* ret);
35 char* (*url_encode)(
void* kodiBase,
const char* url);
36 char* (*get_hostname)(
void* kodiBase);
37 bool (*is_local_host)(
void* kodiBase,
const char* hostname);
38 bool (*is_host_on_lan)(
void* kodiBase,
const char* hostname,
bool offLineCheck);
39 char* (*get_user_agent)(
void* kodiBase);