summaryrefslogtreecommitdiff
path: root/include/modules.h
diff options
context:
space:
mode:
authorAdam <Adam@anope.org>2013-05-05 01:57:24 -0400
committerAdam <Adam@anope.org>2013-05-05 01:57:24 -0400
commit2044b4d3ad9dbdfd5c6c6573261a7c4bfd9e2878 (patch)
tree8693321490f29c3ba588bb0778a9f28b4cc292b2 /include/modules.h
parent1d0bb9b26b7ad58ab0bf979ac046f4511b3bf12b (diff)
Cleanup of dns stuff based on stuff found making inspircd's module
Diffstat (limited to 'include/modules.h')
-rw-r--r--include/modules.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/modules.h b/include/modules.h
index 5ff58751f..a55a5ff94 100644
--- a/include/modules.h
+++ b/include/modules.h
@@ -958,7 +958,7 @@ class CoreExport Module : public Extensible
* @param req The dns request
* @param reply The reply that will be sent
*/
- virtual void OnDnsRequest(DNS::Packet &req, DNS::Packet *reply) { }
+ virtual void OnDnsRequest(DNS::Query &req, DNS::Query *reply) { }
/** Called when a channels modes are being checked to see if they are allowed,
* mostly to ensure mlock/+r are set.