]> granicus.if.org Git - pdns/commit
pdns: remove duplicated dns2_tolower() function
authorThiago Farina <tfarina@chromium.org>
Wed, 29 Mar 2017 01:12:43 +0000 (22:12 -0300)
committerThiago Farina <tfarina@chromium.org>
Fri, 7 Apr 2017 11:19:39 +0000 (08:19 -0300)
commit2b62292dbcee416c60978662c82d1803aeaeeccd
tree497e9bbdd58d2e7e1a49ef9736fe0c26eca2d2fc
parent289bfd3110f63ee61589a483c267fbd0db68f9d8
pdns: remove duplicated dns2_tolower() function

There is already a version of dns2_tolower() in misc.hh, called
simply dns_tolower(), but due to some inclusion issues it was necessary
to extract it into another header file (named ascii.hh).
pdns/ascii.hh [new file with mode: 0644]
pdns/dnsdistdist/ascii.hh [new symlink]
pdns/dnsname.cc
pdns/dnsname.hh
pdns/misc.hh
pdns/recursordist/ascii.hh [new symlink]