diff options
author | Jeremy Allison <jra@samba.org> | 2001-02-26 19:45:00 +0000 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2001-02-26 19:45:00 +0000 |
commit | d757d61abfd028f9088ef133100d4c6aebce3fc6 (patch) | |
tree | 873749ee03c4c61eef4f6aa589f686879f09b7ca /source3/include/proto.h | |
parent | e1951d75fc49b40c9c87d54b61312b6c38468f0c (diff) | |
download | samba-d757d61abfd028f9088ef133100d4c6aebce3fc6.tar.gz samba-d757d61abfd028f9088ef133100d4c6aebce3fc6.tar.bz2 samba-d757d61abfd028f9088ef133100d4c6aebce3fc6.zip |
Separated lsa code into interface and implementation.
Jeremy.
(This used to be commit 1cc96e0340b9e3ac343d6a28211bf0cc5bc6573b)
Diffstat (limited to 'source3/include/proto.h')
-rw-r--r-- | source3/include/proto.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h index 73b46af447..5d2c792b84 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -3341,6 +3341,17 @@ BOOL set_lsa_policy_reg_name(POLICY_HND *hnd, fstring name); BOOL close_lsa_policy_hnd(POLICY_HND *hnd); #endif +/*The following definitions come from rpc_server/srv_lsa_nt.c */ + +uint32 _lsa_open_policy2(pipes_struct *p, LSA_Q_OPEN_POL2 *q_u, LSA_R_OPEN_POL2 *r_u); +uint32 _lsa_open_policy(pipes_struct *p, LSA_Q_OPEN_POL *q_u, LSA_R_OPEN_POL *r_u); +uint32 _lsa_enum_trust_dom(pipes_struct *p, LSA_Q_ENUM_TRUST_DOM *q_u, LSA_R_ENUM_TRUST_DOM *r_u); +uint32 _lsa_query_info(pipes_struct *p, LSA_Q_QUERY_INFO *q_u, LSA_R_QUERY_INFO *r_u); +uint32 _lsa_lookup_sids(pipes_struct *p, LSA_Q_LOOKUP_SIDS *q_u, LSA_R_LOOKUP_SIDS *r_u); +uint32 _lsa_lookup_names(pipes_struct *p,LSA_Q_LOOKUP_NAMES *q_u, LSA_R_LOOKUP_NAMES *r_u); +uint32 _lsa_close(pipes_struct *p, LSA_Q_CLOSE *q_u, LSA_R_CLOSE *r_u); +uint32 _lsa_open_secret(pipes_struct *p, LSA_Q_OPEN_SECRET *q_u, LSA_R_OPEN_SECRET *r_u); + /*The following definitions come from rpc_server/srv_netlog.c */ #if OLD_NTDOMAIN |