witness.idl: make some types public in order to be used elsewhere
authorStefan Metzmacher <metze@samba.org>
Fri, 24 Nov 2023 15:38:06 +0000 (16:38 +0100)
committerStefan Metzmacher <metze@samba.org>
Tue, 9 Jan 2024 10:21:34 +0000 (10:21 +0000)
Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Günther Deschner <gd@samba.org>
Reviewed-by: Andreas Schneider <asn@samba.org>
librpc/idl/witness.idl

index 792297cd8ffe8c3d9a317f28509ea6cc2d2a7d4a..99a2a23aee3fe3d6b91f2d872d4538654c309945 100644 (file)
@@ -13,7 +13,7 @@ import "misc.idl";
 ]
 interface witness
 {
-       typedef [v1_enum] enum {
+       typedef [v1_enum,public] enum {
                WITNESS_V1 = 0x00010001,
                WITNESS_V2 = 0x00020000,
                WITNESS_UNSPECIFIED_VERSION = 0xFFFFFFFF
@@ -135,7 +135,7 @@ interface witness
        /*****************/
        /* Function 0x04 */
 
-       typedef [bitmap32bit] bitmap {
+       typedef [bitmap32bit,public] bitmap {
                WITNESS_REGISTER_NONE            = 0x00,
                WITNESS_REGISTER_IP_NOTIFICATION = 0x01
        } witness_RegisterEx_flags;