diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2008-01-12 01:18:53 +0100 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2008-01-12 01:18:53 +0100 |
commit | 236a780baa959236ff7879d109fa8ba5b067dc88 (patch) | |
tree | 3dd364c143945d68406d05c005ddc4cbefb49fe0 /source4/librpc/idl/wkssvc.idl | |
parent | 92950a9f2f300292c237a78b308d9e95fba2bed2 (diff) | |
download | samba-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/wkssvc.idl')
-rw-r--r-- | source4/librpc/idl/wkssvc.idl | 2 |
1 files changed, 1 insertions, 1 deletions
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 |