summaryrefslogtreecommitdiff
path: root/source3/include
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
commitef01ceff897555729f16ad6cc0c8bd0d504b4319 (patch)
tree86d02576bed8cc5c7f91deefbd0d3030838b052a /source3/include
parentbdf2e4f23f9da220e214afe410d86e482525467b (diff)
downloadsamba-ef01ceff897555729f16ad6cc0c8bd0d504b4319.tar.gz
samba-ef01ceff897555729f16ad6cc0c8bd0d504b4319.tar.bz2
samba-ef01ceff897555729f16ad6cc0c8bd0d504b4319.zip
Remove unused marshalling for LSA_CREATEACCOUNT.
Guenther (This used to be commit c9a8baf5077a4e93cca241a5ec73f6ade97af607)
Diffstat (limited to 'source3/include')
-rw-r--r--source3/include/rpc_lsa.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/source3/include/rpc_lsa.h b/source3/include/rpc_lsa.h
index 45470e77ef..902d1e20b2 100644
--- a/source3/include/rpc_lsa.h
+++ b/source3/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 */