From 236a780baa959236ff7879d109fa8ba5b067dc88 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Sat, 12 Jan 2008 01:18:53 +0100 Subject: idl: Use typedef rather than declare. (This used to be commit 3fd750bd54f150ff62fd8165406bd26d03d624cf) --- source4/librpc/idl/drsblobs.idl | 6 +++--- source4/librpc/idl/drsuapi.idl | 2 +- source4/librpc/idl/lsa.idl | 2 +- source4/librpc/idl/nbt.idl | 4 ++-- source4/librpc/idl/netlogon.idl | 6 +++--- source4/librpc/idl/samr.idl | 4 ++-- source4/librpc/idl/spoolss.idl | 2 +- source4/librpc/idl/srvsvc.idl | 4 ++-- source4/librpc/idl/winbind.idl | 4 ++-- source4/librpc/idl/winreg.idl | 2 +- source4/librpc/idl/wkssvc.idl | 2 +- 11 files changed, 19 insertions(+), 19 deletions(-) (limited to 'source4/librpc/idl') diff --git a/source4/librpc/idl/drsblobs.idl b/source4/librpc/idl/drsblobs.idl index f690e39ca4..1e80597f4a 100644 --- a/source4/librpc/idl/drsblobs.idl +++ b/source4/librpc/idl/drsblobs.idl @@ -9,9 +9,9 @@ import "drsuapi.idl"; helpstring("Active Directory Replication LDAP Blobs") ] interface drsblobs { - declare bitmap drsuapi_DsReplicaSyncOptions; - declare bitmap drsuapi_DsReplicaNeighbourFlags; - declare [v1_enum] enum drsuapi_DsAttributeId; + typedef bitmap drsuapi_DsReplicaSyncOptions drsuapi_DsReplicaSyncOptions; + typedef bitmap drsuapi_DsReplicaNeighbourFlags drsuapi_DsReplicaNeighbourFlags; + typedef [v1_enum] enum drsuapi_DsAttributeId drsuapi_DsAttributeId; /* * replPropertyMetaData diff --git a/source4/librpc/idl/drsuapi.idl b/source4/librpc/idl/drsuapi.idl index e8fbc85f29..f298b7e321 100644 --- a/source4/librpc/idl/drsuapi.idl +++ b/source4/librpc/idl/drsuapi.idl @@ -13,7 +13,7 @@ import "security.idl", "misc.idl", "samr.idl"; ] interface drsuapi { - declare bitmap samr_GroupAttrs; + typedef bitmap samr_GroupAttrs samr_GroupAttrs; /*****************/ /* Function 0x00 */ diff --git a/source4/librpc/idl/lsa.idl b/source4/librpc/idl/lsa.idl index b692139fc8..ea94458936 100644 --- a/source4/librpc/idl/lsa.idl +++ b/source4/librpc/idl/lsa.idl @@ -13,7 +13,7 @@ import "security.idl"; helpstring("Local Security Authority") ] interface lsarpc { - declare bitmap security_secinfo; + typedef bitmap security_secinfo security_secinfo; typedef [public,noejs] struct { [value(2*strlen_m(string))] uint16 length; diff --git a/source4/librpc/idl/nbt.idl b/source4/librpc/idl/nbt.idl index 609f84c993..d4c2bf1ad0 100644 --- a/source4/librpc/idl/nbt.idl +++ b/source4/librpc/idl/nbt.idl @@ -418,7 +418,7 @@ interface nbt uint16 lm20_token; } nbt_netlogon_response_from_pdc2; - declare enum netr_SamDatabaseID; + typedef enum netr_SamDatabaseID netr_SamDatabaseID; /* announce change to UAS or SAM */ typedef struct { @@ -592,7 +592,7 @@ interface nbt /* \MAILSLOT\BROWSE mailslot requests */ /* for details see http://ubiqx.org/cifs/Browsing.html */ /********************************************************/ - declare bitmap svcctl_ServerType; + typedef bitmap svcctl_ServerType svcctl_ServerType; typedef [enum8bit] enum { HostAnnouncement = 1, diff --git a/source4/librpc/idl/netlogon.idl b/source4/librpc/idl/netlogon.idl index 96aab3a807..dcbb647ba0 100644 --- a/source4/librpc/idl/netlogon.idl +++ b/source4/librpc/idl/netlogon.idl @@ -18,7 +18,7 @@ import "lsa.idl", "samr.idl", "security.idl", "nbt.idl"; interface netlogon { - declare bitmap samr_AcctFlags; + typedef bitmap samr_AcctFlags samr_AcctFlags; /*****************/ /* Function 0x00 */ @@ -278,7 +278,7 @@ interface netlogon /*****************/ /* Function 0x05 */ - declare enum netr_SchannelType; + typedef enum netr_SchannelType netr_SchannelType; NTSTATUS netr_ServerAuthenticate( [in,string,charset(UTF16)] uint16 *server_name, @@ -306,7 +306,7 @@ interface netlogon /*****************/ /* Function 0x07 */ - declare enum netr_SamDatabaseID; + typedef enum netr_SamDatabaseID netr_SamDatabaseID; typedef struct { [string,charset(UTF16)] uint16 *account_name; diff --git a/source4/librpc/idl/samr.idl b/source4/librpc/idl/samr.idl index f008637e99..b6d2b9f941 100644 --- a/source4/librpc/idl/samr.idl +++ b/source4/librpc/idl/samr.idl @@ -16,7 +16,7 @@ import "misc.idl", "lsa.idl", "security.idl"; pointer_default_top(unique) ] interface samr { - declare bitmap security_secinfo; + typedef bitmap security_secinfo security_secinfo; /* account control (acct_flags) bits */ typedef [public,bitmap32bit] bitmap { @@ -1240,7 +1240,7 @@ import "misc.idl", "lsa.idl", "security.idl"; /************************/ /* Function 0x3f */ - declare enum samr_RejectReason; + typedef enum samr_RejectReason samr_RejectReason; typedef struct { samr_RejectReason reason; diff --git a/source4/librpc/idl/spoolss.idl b/source4/librpc/idl/spoolss.idl index 9c26b14892..7d40861a52 100644 --- a/source4/librpc/idl/spoolss.idl +++ b/source4/librpc/idl/spoolss.idl @@ -14,7 +14,7 @@ import "security.idl", "winreg.idl"; helper("librpc/ndr/ndr_spoolss_buf.h") ] interface spoolss { - declare [v1_enum] enum winreg_Type; + typedef [v1_enum] enum winreg_Type winreg_Type; typedef struct { uint16 year; uint16 month; diff --git a/source4/librpc/idl/srvsvc.idl b/source4/librpc/idl/srvsvc.idl index 8fb539086a..c3f0bd51a7 100644 --- a/source4/librpc/idl/srvsvc.idl +++ b/source4/librpc/idl/srvsvc.idl @@ -13,8 +13,8 @@ import "security.idl", "svcctl.idl"; helpstring("Server Service") ] interface srvsvc { - declare bitmap svcctl_ServerType; - declare bitmap security_secinfo; + typedef bitmap svcctl_ServerType svcctl_ServerType; + typedef bitmap security_secinfo security_secinfo; /**************************/ /* srvsvc_NetCharDev */ diff --git a/source4/librpc/idl/winbind.idl b/source4/librpc/idl/winbind.idl index 222ac0d6c0..29649c0ea7 100644 --- a/source4/librpc/idl/winbind.idl +++ b/source4/librpc/idl/winbind.idl @@ -13,8 +13,8 @@ import "netlogon.idl"; ] interface winbind { - declare [switch_type(uint16)] union netr_LogonLevel; - declare [switch_type(uint16)] union netr_Validation; + typedef [switch_type(uint16)] union netr_LogonLevel netr_LogonLevel; + typedef [switch_type(uint16)] union netr_Validation netr_Validation; /* a call to get runtime informations */ void winbind_information(/* TODO */); diff --git a/source4/librpc/idl/winreg.idl b/source4/librpc/idl/winreg.idl index 5d0085c969..fc734b7403 100644 --- a/source4/librpc/idl/winreg.idl +++ b/source4/librpc/idl/winreg.idl @@ -13,7 +13,7 @@ import "lsa.idl", "initshutdown.idl", "security.idl"; helpstring("Remote Registry Service") ] interface winreg { - declare bitmap security_secinfo; + typedef bitmap security_secinfo security_secinfo; typedef [bitmap32bit] bitmap { KEY_QUERY_VALUE = 0x00001, diff --git a/source4/librpc/idl/wkssvc.idl b/source4/librpc/idl/wkssvc.idl index dfb18e7ea8..9829379eef 100644 --- a/source4/librpc/idl/wkssvc.idl +++ b/source4/librpc/idl/wkssvc.idl @@ -14,7 +14,7 @@ import "srvsvc.idl", "lsa.idl"; endpoint("ncacn_np:[\\pipe\\wkssvc]","ncacn_ip_tcp:","ncalrpc:") ] interface wkssvc { - declare [v1_enum] enum srvsvc_PlatformId; + typedef [v1_enum] enum srvsvc_PlatformId srvsvc_PlatformId; #define BOOL uint32 -- cgit