1
0
mirror of https://github.com/samba-team/samba.git synced 2025-11-22 16:23:49 +03:00

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 commit is contained in:
Volker Lendecke
2006-09-03 21:07:16 +00:00
committed by Gerald (Jerry) Carter
parent 8e087b7e46
commit b2ff9680eb
18 changed files with 262 additions and 157 deletions

View File

@@ -410,6 +410,7 @@ struct fd_handle {
struct timed_event;
struct idle_event;
struct share_mode_entry;
struct uuid;
struct vfs_fsp_data {
struct vfs_fsp_data *next;