summaryrefslogtreecommitdiff
path: root/librpc
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2015-07-13 21:09:16 +0200
committerJosé A. Rivera <jarrpa@samba.org>2015-08-04 19:11:17 +0200
commit5e009e13aaf9bcc05e357862b28aa6876f7c908c (patch)
tree0d885e1a871462d2ddb632d9627eddbb561ae839 /librpc
parentd13535d968695a4069772696132b51291df98c1c (diff)
downloadsamba-5e009e13aaf9bcc05e357862b28aa6876f7c908c.tar.gz
clusapi: use ClusterEnumType in clusapi_CreateEnumEx.
Guenther Signed-off-by: Günther Deschner <gd@samba.org> Reviewed-by: José A. Rivera <jarrpa@samba.org>
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 e6ddd42202b..a46204f8fd4 100644
--- a/librpc/idl/clusapi.idl
+++ b/librpc/idl/clusapi.idl
@@ -1859,7 +1859,7 @@ import "security.idl", "winreg.idl";
WERROR
clusapi_CreateEnumEx(
[in] HCLUSTER_RPC hCluster,
- [in] uint32 dwType,
+ [in] ClusterEnumType dwType,
[in] uint32 dwOptions,
[out] ENUM_LIST **ReturnIdEnum,
[out] ENUM_LIST **ReturnNameEnum,