diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2008-12-12 11:48:42 +0100 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2008-12-12 11:48:42 +0100 |
commit | d1101dba79d65b0991668069b91946198f343ead (patch) | |
tree | c38e854ebaaa16b53d8e1fe880a79d55dc61032f /librpc/idl/winreg.idl | |
parent | 0f8d749144b60c62bbc9e0b934aecc2825d5d0d5 (diff) | |
download | samba-d1101dba79d65b0991668069b91946198f343ead.tar.gz |
Remove noejs property, which is no longer used.
Diffstat (limited to 'librpc/idl/winreg.idl')
-rw-r--r-- | librpc/idl/winreg.idl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/librpc/idl/winreg.idl b/librpc/idl/winreg.idl index 9216f9893bf..2f108a090bc 100644 --- a/librpc/idl/winreg.idl +++ b/librpc/idl/winreg.idl @@ -40,7 +40,7 @@ import "lsa.idl", "security.idl"; REG_QWORD = 11 } winreg_Type; - typedef [public,noejs] struct { + typedef [public] struct { [value(strlen_m_term(name)*2)] uint16 name_len; [value(strlen_m_term(name)*2)] uint16 name_size; [string,charset(UTF16)] uint16 *name; |