r18019: Fix a C++ warnings: Don't use void * in libads/ for LDAPMessage anymore.
authorVolker Lendecke <vlendec@samba.org>
Sun, 3 Sep 2006 21:07:16 +0000 (21:07 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 16:39:49 +0000 (11:39 -0500)
commitee0e397d6f003c583768803aa27716b2b7a23981
tree786de5b93275551f5f9a518c4973ffa980d76845
parentb540e4dc846b8002e8208183bde4ea0f312d98a8
r18019: Fix a C++ warnings: Don't use void * in libads/ for LDAPMessage anymore.

Compiled it on systems with and without LDAP, I hope it does not break the
build farm too badly. If it does, I'll fix it tomorrow.

Volker
(This used to be commit b2ff9680ebe0979fbeef7f2dabc2e3f27c959d11)
18 files changed:
source3/include/ads.h
source3/include/ads_protos.h [new file with mode: 0644]
source3/include/includes.h
source3/include/smb.h
source3/libaddns/dns.h
source3/libaddns/dnsrecord.c
source3/libaddns/dnsupdate.c
source3/libaddns/dnsutils.c
source3/libads/ldap.c
source3/libads/ldap_printer.c
source3/libads/ldap_schema.c
source3/libads/ldap_user.c
source3/libads/ldap_utils.c
source3/libads/sasl.c
source3/nsswitch/winbindd_ads.c
source3/printing/nt_printing.c
source3/utils/net_ads.c
source3/utils/net_dns.c