summaryrefslogtreecommitdiff
path: root/bouncer/dns.h
diff options
context:
space:
mode:
Diffstat (limited to 'bouncer/dns.h')
-rw-r--r--bouncer/dns.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/bouncer/dns.h b/bouncer/dns.h
index 78ec75f..90ba7dc 100644
--- a/bouncer/dns.h
+++ b/bouncer/dns.h
@@ -7,6 +7,7 @@
namespace DNS {
void start();
+ void stop();
int makeQuery(const char *name);
void closeQuery(int id);
bool checkQuery(int id, in_addr *pResult, bool *pIsError);