summaryrefslogtreecommitdiffstats
path: root/src/dnsmasq.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/dnsmasq.h')
-rwxr-xr-xsrc/dnsmasq.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/dnsmasq.h b/src/dnsmasq.h
index f204cbf..e2dedc6 100755
--- a/src/dnsmasq.h
+++ b/src/dnsmasq.h
@@ -779,6 +779,9 @@ int local_bind(int fd, union mysockaddr *addr, char *intname, int is_tcp);
int random_sock(int family);
void pre_allocate_sfds(void);
int reload_servers(char *fname);
+#ifdef __ANDROID__
+int set_servers(const char *servers);
+#endif
void check_servers(void);
int enumerate_interfaces();
struct listener *create_wildcard_listeners(void);