From bb2616d0180d21e5962a028617d274c51f5dcc63 Mon Sep 17 00:00:00 2001 From: Gerald Carter Date: Thu, 16 Jun 2005 20:04:16 +0000 Subject: r7645: adding server stubs for RegCreateKey() and RegSetValue() (This used to be commit ce82566badfb907a2f72e2f7d90a7bbbe3811177) --- source3/include/rpc_reg.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'source3/include') 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; -- cgit