summaryrefslogtreecommitdiff
path: root/source/include/rpc_lsa.h
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2008-02-06 19:07:01 +0100
committerGünther Deschner <gd@samba.org>2008-02-08 22:38:34 +0100
commitc9a8baf5077a4e93cca241a5ec73f6ade97af607 (patch)
treea8990657ba3066b350ae8eb58e640d0b1d8ab12f /source/include/rpc_lsa.h
parent43ab24c11e0268a8f57780b7abce1c744e8690b4 (diff)
downloadsamba-c9a8baf5077a4e93cca241a5ec73f6ade97af607.tar.gz
Remove unused marshalling for LSA_CREATEACCOUNT.
Guenther
Diffstat (limited to 'source/include/rpc_lsa.h')
-rw-r--r--source/include/rpc_lsa.h14
1 files changed, 0 insertions, 14 deletions
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 */