summaryrefslogtreecommitdiff
path: root/lib/command.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/command.c')
-rw-r--r--lib/command.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/command.c b/lib/command.c
index fd4b2e2427..4f5b727ac5 100644
--- a/lib/command.c
+++ b/lib/command.c
@@ -4154,6 +4154,12 @@ host_config_set (const char *filename)
host.config = XSTRDUP (MTYPE_HOST, filename);
}
+const char *
+host_config_get (void)
+{
+ return host.config;
+}
+
void
install_default (enum node_type node)
{