summaryrefslogtreecommitdiff
path: root/source4/param/param.h
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2011-04-29 12:46:10 +1000
committerAndrew Bartlett <abartlet@samba.org>2011-04-29 16:38:14 +1000
commitdbbc6e9ddac30de869d67410869dba90b4bd4a19 (patch)
treef422290b0e9e44a769da389b8d23f446aecbee20 /source4/param/param.h
parent209d47c100bf59f15519c4c82089285210041c2e (diff)
downloadsamba-dbbc6e9ddac30de869d67410869dba90b4bd4a19.tar.gz
samba-dbbc6e9ddac30de869d67410869dba90b4bd4a19.tar.bz2
samba-dbbc6e9ddac30de869d67410869dba90b4bd4a19.zip
s4-param Remove config_path() -> lpcfg_config_path()
This is consistent with lock_path() Andrew Bartlett
Diffstat (limited to 'source4/param/param.h')
-rw-r--r--source4/param/param.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/param/param.h b/source4/param/param.h
index c33d384500..0f843fbafa 100644
--- a/source4/param/param.h
+++ b/source4/param/param.h
@@ -284,7 +284,7 @@ char *lpcfg_lock_path(TALLOC_CTX* mem_ctx, struct loadparm_context *lp_ctx,
*
* @retval Pointer to a talloc'ed string containing the full path.
**/
-char *config_path(TALLOC_CTX* mem_ctx, struct loadparm_context *lp_ctx,
+char *lpcfg_config_path(TALLOC_CTX* mem_ctx, struct loadparm_context *lp_ctx,
const char *name);
/**