From 97a164ba96d48a81d5e24dda6b866a4d78ea1a78 Mon Sep 17 00:00:00 2001 From: Gerald Carter Date: Thu, 31 May 2007 17:59:04 +0000 Subject: r23274: merge CloseEventlog() pidl conversion from 3.0.26 && fix a few init call renames for svcctl in the previous commit (This used to be commit ebcae48ec10fefa74efcc3563cff50e3b9c2388c) --- source3/include/rpc_svcctl.h | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'source3/include/rpc_svcctl.h') diff --git a/source3/include/rpc_svcctl.h b/source3/include/rpc_svcctl.h index 8ca5e1772b..f4bf509f7c 100644 --- a/source3/include/rpc_svcctl.h +++ b/source3/include/rpc_svcctl.h @@ -201,17 +201,6 @@ typedef struct _ServiceInfo { /**************************/ -typedef struct { - POLICY_HND handle; -} SVCCTL_Q_CLOSE_SERVICE; - -typedef struct { - POLICY_HND handle; - WERROR status; -} SVCCTL_R_CLOSE_SERVICE; - -/**************************/ - typedef struct { UNISTR2 *servername; UNISTR2 *database; -- cgit