summaryrefslogtreecommitdiff
path: root/librpc
diff options
context:
space:
mode:
Diffstat (limited to 'librpc')
-rw-r--r--librpc/idl/clusapi.idl2
1 files changed, 1 insertions, 1 deletions
diff --git a/librpc/idl/clusapi.idl b/librpc/idl/clusapi.idl
index a46204f8fd4..35169edba70 100644
--- a/librpc/idl/clusapi.idl
+++ b/librpc/idl/clusapi.idl
@@ -1572,7 +1572,7 @@ import "security.idl", "winreg.idl";
[value(CLUSPROP_SYNTAX_ENDMARK)] CLUSTER_PROPERTY_SYNTAX end_mark;
} clusapi_propertyValue;
- typedef struct {
+ typedef [public] struct {
uint32 propertyCount;
clusapi_propertyValue propertyValues[propertyCount];
[value(CLUSPROP_SYNTAX_ENDMARK)] CLUSTER_PROPERTY_SYNTAX end_mark;