diff options
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/rpc_svcctl.h | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/source3/include/rpc_svcctl.h b/source3/include/rpc_svcctl.h index 99d0c7035b9..1c3d4923593 100644 --- a/source3/include/rpc_svcctl.h +++ b/source3/include/rpc_svcctl.h @@ -275,20 +275,6 @@ typedef struct { /**************************/ typedef struct { - POLICY_HND handle; - uint32 security_flags; - uint32 buffer_size; -} SVCCTL_Q_QUERY_SERVICE_SEC; - -typedef struct { - RPC_BUFFER buffer; - uint32 needed; - WERROR status; -} SVCCTL_R_QUERY_SERVICE_SEC; - -/**************************/ - -typedef struct { POLICY_HND handle; uint32 security_flags; RPC_BUFFER buffer; |