summaryrefslogtreecommitdiff
path: root/source4/librpc/idl/winbind.idl
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2008-01-12 01:18:53 +0100
committerJelmer Vernooij <jelmer@samba.org>2008-01-12 01:18:53 +0100
commit236a780baa959236ff7879d109fa8ba5b067dc88 (patch)
tree3dd364c143945d68406d05c005ddc4cbefb49fe0 /source4/librpc/idl/winbind.idl
parent92950a9f2f300292c237a78b308d9e95fba2bed2 (diff)
downloadsamba-236a780baa959236ff7879d109fa8ba5b067dc88.tar.gz
samba-236a780baa959236ff7879d109fa8ba5b067dc88.tar.bz2
samba-236a780baa959236ff7879d109fa8ba5b067dc88.zip
idl: Use typedef rather than declare.
(This used to be commit 3fd750bd54f150ff62fd8165406bd26d03d624cf)
Diffstat (limited to 'source4/librpc/idl/winbind.idl')
-rw-r--r--source4/librpc/idl/winbind.idl4
1 files changed, 2 insertions, 2 deletions
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 */);