From 8a1249817e8642de20095527db0c37ee3c4bd077 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Thu, 28 Feb 2008 00:16:46 +0100 Subject: Remove unused marshalling for SVCCTL_QUERY_SERVICE_SEC. Guenther (This used to be commit a69c6422bb7b1ab64236cbab193d54fd90c106f0) --- source3/include/rpc_svcctl.h | 14 -------------- 1 file changed, 14 deletions(-) (limited to 'source3/include') diff --git a/source3/include/rpc_svcctl.h b/source3/include/rpc_svcctl.h index 99d0c7035b..1c3d492359 100644 --- a/source3/include/rpc_svcctl.h +++ b/source3/include/rpc_svcctl.h @@ -272,20 +272,6 @@ typedef struct { } SVCCTL_R_QUERY_SERVICE_STATUSEX; -/**************************/ - -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 { -- cgit