1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-24 21:34:56 +03:00

s3:librpc/idl: mark struct smbXsrv_client as [public]

This avoids compiler warnings about unused code.

We don't use the NDR code for this yet, will be done
when we get multi-channel support.

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
This commit is contained in:
Stefan Metzmacher 2014-10-29 12:04:36 +01:00 committed by Jeremy Allison
parent d63904ef6c
commit 768ec14b3c

View File

@ -79,7 +79,7 @@ interface smbXsrv
/* client */
typedef struct {
typedef [public] struct {
[ignore] struct tevent_context *ev_ctx;
[ignore] struct messaging_context *msg_ctx;