s3:librpc/idl: mark struct smbXsrv_client as [public]
authorStefan Metzmacher <metze@samba.org>
Wed, 29 Oct 2014 11:04:36 +0000 (12:04 +0100)
committerJeremy Allison <jra@samba.org>
Tue, 25 Nov 2014 06:25:44 +0000 (07:25 +0100)
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>
source3/librpc/idl/smbXsrv.idl

index 00354423f75bed9588abe2b0ee58eb6137163b18..ec6d0ea3d0d1b89be46cc8db5f755e1548086826 100644 (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;