mirror of
https://github.com/ipxe/ipxe
synced 2025-12-21 04:20:17 +03:00
[settings] Expose find_child_settings()
Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
@@ -265,8 +265,8 @@ static void autovivified_settings_free ( struct refcnt *refcnt ) {
|
||||
* @v name Name within this parent
|
||||
* @ret settings Settings block, or NULL
|
||||
*/
|
||||
static struct settings * find_child_settings ( struct settings *parent,
|
||||
const char *name ) {
|
||||
struct settings * find_child_settings ( struct settings *parent,
|
||||
const char *name ) {
|
||||
struct settings *settings;
|
||||
|
||||
/* Treat empty name as meaning "this block" */
|
||||
|
||||
Reference in New Issue
Block a user