]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/dns.h
Added CullList class
[user/henk/code/inspircd.git] / include / dns.h
index f1c1189095700c35c9f4cdfe23147b76f106d415..63d5bb1fb78174a15b840d80a031164184044477 100644 (file)
@@ -82,6 +82,9 @@ public:
         * to determine the status of the socket.
         */
        bool HasResult();
+       /** This method will return true if the lookup's fd matches the one provided
+        */
+       bool HasResult(int fd);
        /** This method returns the result of your query as a string, depending upon wether you
         * called DNS::ReverseLookup() or DNS::ForwardLookup.
         */