summaryrefslogtreecommitdiff
path: root/source3/include/rpc_lsa.h
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2008-02-14 13:31:55 +0100
committerGünther Deschner <gd@samba.org>2008-02-14 13:53:27 +0100
commitc6cd8ec909269be0f6800c7d59db94090b3c647b (patch)
tree16b6bbc0da554eeffcbfd300bd322786ebbb6007 /source3/include/rpc_lsa.h
parenta75d6543a00fbdc52f2f783377737c4dc6f28569 (diff)
downloadsamba-c6cd8ec909269be0f6800c7d59db94090b3c647b.tar.gz
samba-c6cd8ec909269be0f6800c7d59db94090b3c647b.tar.bz2
samba-c6cd8ec909269be0f6800c7d59db94090b3c647b.zip
Remove unused marshalling for LSA_LOOKUP_PRIV_VALUE.
Guenther (This used to be commit 8125d8557fb4b27873f8eabc6ad1019491d18cce)
Diffstat (limited to 'source3/include/rpc_lsa.h')
-rw-r--r--source3/include/rpc_lsa.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/source3/include/rpc_lsa.h b/source3/include/rpc_lsa.h
index 0e61b7b2d9..4e6a1e16cc 100644
--- a/source3/include/rpc_lsa.h
+++ b/source3/include/rpc_lsa.h
@@ -500,16 +500,6 @@ typedef struct {
UNISTR2 unistring;
} LSA_STRING;
-typedef struct {
- POLICY_HND pol; /* policy handle */
- LSA_STRING privname;
-} LSA_Q_LOOKUP_PRIV_VALUE;
-
-typedef struct {
- LUID luid;
- NTSTATUS status;
-} LSA_R_LOOKUP_PRIV_VALUE;
-
typedef struct lsa_q_addprivs
{
POLICY_HND pol; /* policy handle */