From 1c2b6d29ea0eae83da627aca560f5e4a5d521fe4 Mon Sep 17 00:00:00 2001 From: Michael Brown Date: Mon, 15 Oct 2012 03:08:12 +0100 Subject: [settings] Expose find_child_settings() Signed-off-by: Michael Brown --- src/core/settings.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/core') diff --git a/src/core/settings.c b/src/core/settings.c index 20b7f949e..9b5bc0545 100644 --- a/src/core/settings.c +++ b/src/core/settings.c @@ -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" */ -- cgit v1.2.3-55-g7522