diff options
author | Herb Lewis <herb@samba.org> | 2002-08-20 12:38:43 +0000 |
---|---|---|
committer | Herb Lewis <herb@samba.org> | 2002-08-20 12:38:43 +0000 |
commit | a08427ea6efafd378e8cf207277b00a86ffd4bdd (patch) | |
tree | 0637c5d0eaa10d9333a6b111af5dceff3f8ca497 /source3/include | |
parent | 42045afda9853351af14a95d711ebbb64e532330 (diff) | |
download | samba-a08427ea6efafd378e8cf207277b00a86ffd4bdd.tar.gz samba-a08427ea6efafd378e8cf207277b00a86ffd4bdd.tar.bz2 samba-a08427ea6efafd378e8cf207277b00a86ffd4bdd.zip |
cannot use casts in the DLIST_xxx macros
(This used to be commit c9ffc416aeee2610fdc896a9d41dac182039a5f9)
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/libsmbclient.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/include/libsmbclient.h b/source3/include/libsmbclient.h index f269563996..2b45709a5e 100644 --- a/source3/include/libsmbclient.h +++ b/source3/include/libsmbclient.h @@ -333,7 +333,7 @@ typedef struct _SMBCCTX { /** Space to store private data of the server cache. */ - void * server_cache; + struct smbc_server_cache * server_cache; /** INTERNAL functions * do _NOT_ touch these from your program ! |