]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/dns.h
Typo in declaration
[user/henk/code/inspircd.git] / include / dns.h
index 63d5bb1fb78174a15b840d80a031164184044477..33b5f8c7ae7f21744294f89b901a27aac8ad573e 100644 (file)
@@ -97,4 +97,11 @@ public:
        void SetNS(std::string dnsserver);
 };
 
+/** This is the handler function for multi-threaded DNS.
+ * It cannot be a class member as pthread will not let us
+ * create a thread whos handler function is a member of
+ * a class (ugh).
+ */
+void* dns_task(void* arg);
+
 #endif