diff options
-rw-r--r-- | source3/include/rpc_lsa.h | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/source3/include/rpc_lsa.h b/source3/include/rpc_lsa.h index fe088c4e82..7a8520111d 100644 --- a/source3/include/rpc_lsa.h +++ b/source3/include/rpc_lsa.h @@ -162,23 +162,6 @@ typedef struct { /*******************************************************/ -/* LSA_Q_CLOSE */ -typedef struct lsa_q_close_info -{ - POLICY_HND pol; /* policy handle */ - -} LSA_Q_CLOSE; - -/* LSA_R_CLOSE */ -typedef struct lsa_r_close_info -{ - POLICY_HND pol; /* policy handle. should be all zeros. */ - - NTSTATUS status; /* return code */ - -} LSA_R_CLOSE; - - #define MAX_REF_DOMAINS 32 /* DOM_TRUST_HDR */ |