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)
commitb2ff9680ebe0979fbeef7f2dabc2e3f27c959d11
tree90d8962bf72e76693e0b8f6501086f7235390adf
parent8e087b7e462aaa14e3918cdfe125f8375d4d5fd8
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
18 files changed:
source/include/ads.h
source/include/ads_protos.h [new file with mode: 0644]
source/include/includes.h
source/include/smb.h
source/libaddns/dns.h
source/libaddns/dnsrecord.c
source/libaddns/dnsupdate.c
source/libaddns/dnsutils.c
source/libads/ldap.c
source/libads/ldap_printer.c
source/libads/ldap_schema.c
source/libads/ldap_user.c
source/libads/ldap_utils.c
source/libads/sasl.c
source/nsswitch/winbindd_ads.c
source/printing/nt_printing.c
source/utils/net_ads.c
source/utils/net_dns.c