From c9a8baf5077a4e93cca241a5ec73f6ade97af607 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=BCnther=20Deschner?= Date: Wed, 6 Feb 2008 19:07:01 +0100 Subject: Remove unused marshalling for LSA_CREATEACCOUNT. Guenther --- source/include/rpc_lsa.h | 14 -------------- 1 file changed, 14 deletions(-) (limited to 'source/include') diff --git a/source/include/rpc_lsa.h b/source/include/rpc_lsa.h index 45470e77ef4..902d1e20b23 100644 --- a/source/include/rpc_lsa.h +++ b/source/include/rpc_lsa.h @@ -689,20 +689,6 @@ typedef struct lsa_r_unk_get_connuser } LSA_R_UNK_GET_CONNUSER; -typedef struct lsa_q_createaccount -{ - POLICY_HND pol; /* policy handle */ - DOM_SID2 sid; - uint32 access; /* access */ -} LSA_Q_CREATEACCOUNT; - -typedef struct lsa_r_createaccount -{ - POLICY_HND pol; /* policy handle */ - NTSTATUS status; -} LSA_R_CREATEACCOUNT; - - typedef struct lsa_q_openaccount { POLICY_HND pol; /* policy handle */ -- cgit v1.2.1