]> git.ipfire.org Git - thirdparty/pdns.git/commit
move two other functions into ascii.hh 5249/head
authorThiago Farina <tfarina@chromium.org>
Mon, 17 Apr 2017 00:59:28 +0000 (21:59 -0300)
committerThiago Farina <tfarina@chromium.org>
Mon, 17 Apr 2017 00:59:28 +0000 (21:59 -0300)
commita416d39860668abdd1c1ef2afef50c3f048a505a
tree0457df7daf4f07a4183c273b8a022d42d2a64c15
parent124cdb30a6d9c7dadb319e80deba5df49f06d75a
move two other functions into ascii.hh

dns_isspace() and dns_toupper() are all functions operating upon ASCII
characters. So lets move them into ascii.hh and keep them together with
dns_tolower().
pdns/ascii.hh
pdns/misc.hh
pdns/rcpgenerator.cc
pdns/zoneparser-tng.cc