diff options
author | Michael Adam <obnox@samba.org> | 2008-12-15 14:16:06 +0100 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2008-12-15 14:16:06 +0100 |
commit | 91c543f0b5a539da4194f14dee8cad0f980a117e (patch) | |
tree | e22c67a53de18b0c3098fcfbf9579f26355444da /source3/include | |
parent | 606abdceacfcad19735cd80f59aad975a9e97b7c (diff) | |
download | samba-91c543f0b5a539da4194f14dee8cad0f980a117e.tar.gz samba-91c543f0b5a539da4194f14dee8cad0f980a117e.tar.bz2 samba-91c543f0b5a539da4194f14dee8cad0f980a117e.zip |
s3:loadparm: rename lp_local_ptr() to lp_local_ptr_by_snum()
Michael
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/proto.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h index 2a8f83847f..9d86f16e69 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -4260,7 +4260,7 @@ const char *lp_ldap_machine_suffix(void); const char *lp_ldap_user_suffix(void); const char *lp_ldap_group_suffix(void); const char *lp_ldap_idmap_suffix(void); -void *lp_local_ptr(int snum, void *ptr); +void *lp_local_ptr_by_snum(int snum, void *ptr); bool lp_do_parameter(int snum, const char *pszParmName, const char *pszParmValue); void init_locals(void); bool lp_is_default(int snum, struct parm_struct *parm); |