summaryrefslogtreecommitdiff
path: root/source3/include
diff options
context:
space:
mode:
authorGerald Carter <jerry@samba.org>2005-06-16 20:04:16 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 10:57:18 -0500
commitbb2616d0180d21e5962a028617d274c51f5dcc63 (patch)
treeb5d79cbe39d03fba0573068ec3b41d919c7deeb7 /source3/include
parenteb2280663f086b61b064ba0ca16aff98c5d81ba1 (diff)
downloadsamba-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')
-rw-r--r--source3/include/rpc_reg.h6
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;