dhcpv4: move the remaining forward declaration
authorDavid Härdeman <[email protected]>
Wed, 24 Sep 2025 13:42:02 +0000 (15:42 +0200)
committerÁlvaro Fernández Rojas <[email protected]>
Fri, 3 Oct 2025 10:54:10 +0000 (12:54 +0200)
commit354ed627425c85f9041e03880362e2043d57298c
tree06c36a116e7e69a9e729ca635597262a4f82684f
parentbdaffc2e76830c35733781ed7319b80b4d0a08a6
dhcpv4: move the remaining forward declaration

Down to where it is clearer why it is needed (there's a circular dependency
between dhcpv4_fr_delay_timer() and dhcpv4_fr_rand_delay()).

Signed-off-by: David Härdeman <[email protected]>
Link: https://github.com/openwrt/odhcpd/pull/264
Signed-off-by: Álvaro Fernández Rojas <[email protected]>
src/dhcpv4.c