mirror of
https://github.com/kernelkit/infix.git
synced 2026-07-30 12:33:02 +02:00
All value functions, except the new srx_enabled(), now return clear error indication, with the value as a separate argument. The srx_enabled() predicate function is for cases where the default value is disabled and code checks enable a subsystem or flag. I.e., when an error can safely be returned as 'false'. Signed-off-by: Joachim Wiberg <troglobit@gmail.com>