diff options
author | Gerald Carter <jerry@samba.org> | 2005-06-16 20:04:16 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 10:57:18 -0500 |
commit | bb2616d0180d21e5962a028617d274c51f5dcc63 (patch) | |
tree | b5d79cbe39d03fba0573068ec3b41d919c7deeb7 /source3/include/rpc_reg.h | |
parent | eb2280663f086b61b064ba0ca16aff98c5d81ba1 (diff) | |
download | samba-bb2616d0180d21e5962a028617d274c51f5dcc63.tar.gz samba-bb2616d0180d21e5962a028617d274c51f5dcc63.tar.bz2 samba-bb2616d0180d21e5962a028617d274c51f5dcc63.zip |
r7645: adding server stubs for RegCreateKey() and RegSetValue()
(This used to be commit ce82566badfb907a2f72e2f7d90a7bbbe3811177)
Diffstat (limited to 'source3/include/rpc_reg.h')
-rw-r--r-- | source3/include/rpc_reg.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/source3/include/rpc_reg.h b/source3/include/rpc_reg.h index 59684a5b5e..83b44ce7c9 100644 --- a/source3/include/rpc_reg.h +++ b/source3/include/rpc_reg.h @@ -215,7 +215,7 @@ typedef struct { /***********************************************/ typedef struct { - POLICY_HND pnt_pol; + POLICY_HND handle; UNISTR4 name; UNISTR4 class; uint32 reserved; @@ -237,7 +237,7 @@ typedef struct { /***********************************************/ typedef struct { - POLICY_HND pnt_pol; + POLICY_HND handle; UNISTR4 name; } REG_Q_DELETE_KEY; @@ -249,7 +249,7 @@ typedef struct { /***********************************************/ typedef struct { - POLICY_HND pnt_pol; + POLICY_HND handle; UNISTR4 name; } REG_Q_DELETE_VALUE; |