summaryrefslogtreecommitdiff
path: root/source4/param/param.h
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2009-01-16 15:05:15 +0100
committerJelmer Vernooij <jelmer@samba.org>2009-01-16 15:05:15 +0100
commit673ca5145c9c120cdb522096fd625662407f6f3d (patch)
tree969bc18a9f8ce5bddbd5d90ad0be6fcab0c2b9c7 /source4/param/param.h
parent0d7ca8e89e37d1aa07a4c8fad6a24ac41ceb4855 (diff)
downloadsamba-673ca5145c9c120cdb522096fd625662407f6f3d.tar.gz
samba-673ca5145c9c120cdb522096fd625662407f6f3d.tar.bz2
samba-673ca5145c9c120cdb522096fd625662407f6f3d.zip
Find default smb.conf path correctly, when it was not specified on the
command-line.
Diffstat (limited to 'source4/param/param.h')
-rw-r--r--source4/param/param.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/param/param.h b/source4/param/param.h
index ba0dbfd0fa..3d257be062 100644
--- a/source4/param/param.h
+++ b/source4/param/param.h
@@ -279,6 +279,7 @@ void lp_killunused(struct loadparm_context *lp_ctx,
struct loadparm_context *loadparm_init(TALLOC_CTX *mem_ctx);
const char *lp_configfile(struct loadparm_context *lp_ctx);
bool lp_load_default(struct loadparm_context *lp_ctx);
+const char *lp_default_path(void);
/**
* Load the services array from the services file.