From 768ec14b3c33162f4926d62dc41c4249f2e1904c Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Wed, 29 Oct 2014 12:04:36 +0100 Subject: 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 Reviewed-by: Jeremy Allison --- source3/librpc/idl/smbXsrv.idl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source3/librpc/idl/smbXsrv.idl b/source3/librpc/idl/smbXsrv.idl index 00354423f7..ec6d0ea3d0 100644 --- a/source3/librpc/idl/smbXsrv.idl +++ b/source3/librpc/idl/smbXsrv.idl @@ -79,7 +79,7 @@ interface smbXsrv /* client */ - typedef struct { + typedef [public] struct { [ignore] struct tevent_context *ev_ctx; [ignore] struct messaging_context *msg_ctx; -- cgit