From 22b35add6baa191b6c82347686e2599d848f2cb7 Mon Sep 17 00:00:00 2001 From: Treeki Date: Thu, 23 Jan 2014 23:45:19 +0100 Subject: move bouncer files into the bouncer directory --- dns.h | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 dns.h (limited to 'dns.h') diff --git a/dns.h b/dns.h deleted file mode 100644 index 78ec75f..0000000 --- a/dns.h +++ /dev/null @@ -1,15 +0,0 @@ -#ifndef DNS_H -#define DNS_H - -#include -#include -#include - -namespace DNS { - void start(); - int makeQuery(const char *name); - void closeQuery(int id); - bool checkQuery(int id, in_addr *pResult, bool *pIsError); -} - -#endif /* DNS_H */ -- cgit v1.2.3