summaryrefslogtreecommitdiffstats
path: root/src/dnsmasq.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/dnsmasq.h')
-rwxr-xr-xsrc/dnsmasq.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dnsmasq.h b/src/dnsmasq.h
index 0b9dbd2..9d8c6dc 100755
--- a/src/dnsmasq.h
+++ b/src/dnsmasq.h
@@ -781,7 +781,7 @@ int local_bind(int fd, union mysockaddr *addr, char *intname, uint32_t mark, int
int random_sock(int family);
void pre_allocate_sfds(void);
int reload_servers(char *fname);
-#ifdef __ANDROID__
+#if defined(__ANDROID__) && !defined(__BRILLO__)
int set_servers(const char *servers);
void set_interfaces(const char *interfaces);
#endif