diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-03-12 16:56:02 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-03-12 16:56:02 +0000 |
commit | 3a7fa1660c3d78f1f80f3502a8dae77642d3c3f9 (patch) | |
tree | 7b083b597727330920a5c70ca92a8c4a25982708 /include/dnsqueue.h | |
parent | 1135a57ace24193f26ed3e679ca0945d97398988 (diff) |
Const refs (this is about the last of them in the core api)
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3694 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'include/dnsqueue.h')
-rw-r--r-- | include/dnsqueue.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/dnsqueue.h b/include/dnsqueue.h index f251dcaa2..2b3217847 100644 --- a/include/dnsqueue.h +++ b/include/dnsqueue.h @@ -1,5 +1,5 @@ #include "inspircd.h" #include "users.h" -bool lookup_dns(std::string nick); +bool lookup_dns(const std::string &nick); void dns_poll(int fdcheck); |