diff options
author | Günther Deschner <gd@samba.org> | 2011-03-24 00:00:22 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2011-03-24 00:52:01 +0100 |
commit | 2639f0b3ab23f0ae369e3cbae5dfb433cbb2a583 (patch) | |
tree | 8a72a9a0ca14d6d854ce12f9da69a3f514cf322f /source3/libads | |
parent | b903c289390741e423c7457e7ee82c8c5cb8b74b (diff) | |
download | samba-2639f0b3ab23f0ae369e3cbae5dfb433cbb2a583.tar.gz samba-2639f0b3ab23f0ae369e3cbae5dfb433cbb2a583.tar.bz2 samba-2639f0b3ab23f0ae369e3cbae5dfb433cbb2a583.zip |
s3-prototypes: remove protos of some dead functions.
Guenther
Autobuild-User: Günther Deschner <gd@samba.org>
Autobuild-Date: Thu Mar 24 00:52:01 CET 2011 on sn-devel-104
Diffstat (limited to 'source3/libads')
-rw-r--r-- | source3/libads/ads_ldap_protos.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/libads/ads_ldap_protos.h b/source3/libads/ads_ldap_protos.h index d7f93b737f..03869fe5c9 100644 --- a/source3/libads/ads_ldap_protos.h +++ b/source3/libads/ads_ldap_protos.h @@ -4,7 +4,6 @@ void ads_msgfree(ADS_STRUCT *ads, LDAPMessage *msg); char *ads_get_dn(ADS_STRUCT *ads, TALLOC_CTX *mem_ctx, LDAPMessage *msg); -char *ads_get_dn_canonical(ADS_STRUCT *ads, LDAPMessage *msg); char *ads_pull_string(ADS_STRUCT *ads, TALLOC_CTX *mem_ctx, LDAPMessage *msg, const char *field); |