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/winbind.idl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source4/librpc/idl/winbind.idl') 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 */); -- cgit