diff options
author | Jeremy Allison <jra@samba.org> | 2007-11-27 22:22:35 -0800 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2007-11-27 22:22:35 -0800 |
commit | 1cd1c9db3f3350dd4585d96457e918652557855c (patch) | |
tree | 6b92d688d8590e2ade1af0720f3a51f8de560a26 /source3/include | |
parent | b11e6f21589a00c1803985f202be9cd360944d43 (diff) | |
download | samba-1cd1c9db3f3350dd4585d96457e918652557855c.tar.gz samba-1cd1c9db3f3350dd4585d96457e918652557855c.tar.bz2 samba-1cd1c9db3f3350dd4585d96457e918652557855c.zip |
Remove unused prototype for smbldap_get_single_pstring().
Don't use pstr_sprintf() on an fstring - change to talloc.
Jeremy.
(This used to be commit 6cae4b5fa1bcb848cb2a28daaafeefd6bcd08274)
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/smbldap.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/source3/include/smbldap.h b/source3/include/smbldap.h index 3e2c878dbe..d9d7aca98e 100644 --- a/source3/include/smbldap.h +++ b/source3/include/smbldap.h @@ -141,8 +141,6 @@ void smbldap_make_mod(LDAP *ldap_struct, LDAPMessage *existing, bool smbldap_get_single_attribute (LDAP * ldap_struct, LDAPMessage * entry, const char *attribute, char *value, int max_len); -bool smbldap_get_single_pstring (LDAP * ldap_struct, LDAPMessage * entry, - const char *attribute, pstring value); char *smbldap_get_dn(LDAP *ld, LDAPMessage *entry); int smbldap_modify(struct smbldap_state *ldap_state, const char *dn, |