summaryrefslogtreecommitdiffstats
path: root/src/core/settings.c
diff options
context:
space:
mode:
authorMichael Brown2012-10-15 04:08:12 +0200
committerMichael Brown2012-10-15 19:32:16 +0200
commit1c2b6d29ea0eae83da627aca560f5e4a5d521fe4 (patch)
tree7c9b68d5641012fb6cef1042d2bc5c41601255f4 /src/core/settings.c
parent[libc] Add wcslen() function (diff)
downloadipxe-1c2b6d29ea0eae83da627aca560f5e4a5d521fe4.tar.gz
ipxe-1c2b6d29ea0eae83da627aca560f5e4a5d521fe4.tar.xz
ipxe-1c2b6d29ea0eae83da627aca560f5e4a5d521fe4.zip
[settings] Expose find_child_settings()
Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/core/settings.c')
-rw-r--r--src/core/settings.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/settings.c b/src/core/settings.c
index 20b7f949..9b5bc054 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" */