]> git.ipfire.org Git - thirdparty/knot-resolver.git/commit
daemon/session2 wire_buf_init(): don't return anything
authorVladimír Čunát <vladimir.cunat@nic.cz>
Thu, 29 May 2025 09:07:40 +0000 (11:07 +0200)
committerVladimír Čunát <vladimir.cunat@nic.cz>
Thu, 29 May 2025 09:07:40 +0000 (11:07 +0200)
commit9ae1c526c588cd18280d660b55954b6032f358db
treed31aa4861fa13d664a6e184b3c50dca9e8b88797
parent0f0404f26614d5e122aaa9d17d6ca489eae9196b
daemon/session2 wire_buf_init(): don't return anything

The function does not return anything but success,
and I don't see any plans for changing that,
so why should the declaration suggest otherwise?
daemon/session2.c
daemon/session2.h