summaryrefslogtreecommitdiff
path: root/source4/librpc/idl/winreg.idl
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2007-02-18 00:41:42 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:48:29 -0500
commit34659685e1d4e8bae5eef7adf449e2cd5186f9ff (patch)
treeb3a4621550eeecff3d7c722678fd88011ca7e9bd /source4/librpc/idl/winreg.idl
parent5d6ed2b3677c531aa710098535f531662ebd5e11 (diff)
downloadsamba-34659685e1d4e8bae5eef7adf449e2cd5186f9ff.tar.gz
samba-34659685e1d4e8bae5eef7adf449e2cd5186f9ff.tar.bz2
samba-34659685e1d4e8bae5eef7adf449e2cd5186f9ff.zip
r21415: Add tests for spoolss and drsuapi. Still need to add validators.
(This used to be commit 61cb52b65b9be2fd09a5c5a02536600c0ac500f7)
Diffstat (limited to 'source4/librpc/idl/winreg.idl')
-rw-r--r--source4/librpc/idl/winreg.idl2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/librpc/idl/winreg.idl b/source4/librpc/idl/winreg.idl
index af7e7593d0..a0211ad1a2 100644
--- a/source4/librpc/idl/winreg.idl
+++ b/source4/librpc/idl/winreg.idl
@@ -26,7 +26,7 @@ import "lsa.idl", "initshutdown.idl", "security.idl";
KEY_WOW64_32KEY = 0x00200
} winreg_AccessMask;
- typedef [v1_enum] enum {
+ typedef [public,v1_enum] enum {
REG_NONE = 0,
REG_SZ = 1,
REG_EXPAND_SZ = 2,