]> Kevux Git Server - kevux-firewall/commit
Update: Avoid the use of bool, keeping it to a bare minimum.
authorKevin Day <Kevin@kevux.org>
Mon, 1 Dec 2025 01:41:55 +0000 (19:41 -0600)
committerKevin Day <Kevin@kevux.org>
Mon, 1 Dec 2025 01:41:55 +0000 (19:41 -0600)
commit5d124fb0d4d5f4907778abd9758d980552b60c3d
tree792d4d69242b9851964e9a48b36af966bbcc19a6
parent628547e09e7a63758592669ecf2099cb2c90a867
Update: Avoid the use of bool, keeping it to a bare minimum.

Use `uint8_t` to both enforce a specific byte size as well as provide the ability for it to be converted into a set of bits if need be, without breaking API or ABI.
sources/c/program/firewall/main/operate/buffer.c
sources/c/program/firewall/main/operate/buffer.h