mirror of
https://github.com/ipxe/ipxe
synced 2025-12-24 15:23:42 +03:00
Introduce new {show,set,clear}_setting() that take a struct setting *
rather than a const char *.
set_setting() handles calling clear_setting() when appropriate, so that
individual setting types don't have to check for empty strings.