]> git.ipfire.org Git - thirdparty/knot-resolver.git/commit
lib/resolve.c: split in two files
authorVladimír Čunát <vladimir.cunat@nic.cz>
Sun, 7 May 2023 07:46:21 +0000 (09:46 +0200)
committerVladimír Čunát <vladimir.cunat@nic.cz>
Mon, 12 Jun 2023 08:32:57 +0000 (10:32 +0200)
commita71fdf06f72fcf769542c11a69fde23b88d28cdf
treeb861a6bfc3883f2630b483521c9c311ef2337d74
parent47b1c5e72855f73884cfed40d5ac381f07182ba2
lib/resolve.c: split in two files

I know that moving code makes e.g. blaming harder,
but this was a really long file now.
This commit _only_ moves code, except for nits:
- minor pieces moved into an -impl.h shared by both resolve*.c
  There a couple functions changed to non-static or static inline.
- order is preserved, for now at least
lib/meson.build
lib/resolve-impl.h [new file with mode: 0644]
lib/resolve-produce.c [new file with mode: 0644]
lib/resolve.c
lib/resolve.h