From 259d44dbb2c2239339f6888fd5da12632abcbb28 Mon Sep 17 00:00:00 2001 From: Gerald Carter Date: Thu, 24 Mar 2005 16:11:23 +0000 Subject: r6038: adding more flesh to 'net rpc service' open and close the service control manager. Also experimenting with ideas for cli_xxx() interface. (This used to be commit 4da89ef17b8c4644b97b923cebfe8e446b508b4d) --- source3/include/rpc_svcctl.h | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'source3/include/rpc_svcctl.h') diff --git a/source3/include/rpc_svcctl.h b/source3/include/rpc_svcctl.h index 8006ea0091..55b7828d35 100644 --- a/source3/include/rpc_svcctl.h +++ b/source3/include/rpc_svcctl.h @@ -119,11 +119,9 @@ typedef struct { /**************************/ typedef struct { - uint32 ptr_srv; - UNISTR2 servername; - uint32 ptr_db; - UNISTR2 database; - uint32 access_mask; + UNISTR2 *servername; + UNISTR2 *database; + uint32 access; } SVCCTL_Q_OPEN_SCMANAGER; typedef struct { -- cgit