diff options
author | Jeremy Allison <jra@samba.org> | 2001-03-07 23:59:13 +0000 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2001-03-07 23:59:13 +0000 |
commit | 393bede7db6af546431cd5255e465b7b7b0e7c81 (patch) | |
tree | 44a95a722eba6f412e50efc34e2233baa31fe987 /source3/include/proto.h | |
parent | 2b22019e426c4bb7a5745a326c302a4e19aa5ff2 (diff) | |
download | samba-393bede7db6af546431cd5255e465b7b7b0e7c81.tar.gz samba-393bede7db6af546431cd5255e465b7b7b0e7c81.tar.bz2 samba-393bede7db6af546431cd5255e465b7b7b0e7c81.zip |
Sync up handle creation with 2.2 branch. We can now join AS/U domains and
authenticate against them. Big/little endian issues fixed.
Jeremy.
(This used to be commit 0e6a34510ed598eaec7fe71a9c91fda528a4675c)
Diffstat (limited to 'source3/include/proto.h')
-rw-r--r-- | source3/include/proto.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h index d9154cca6f..a119390d0d 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -3311,6 +3311,7 @@ BOOL api_ntlsa_rpc(pipes_struct *p); /*The following definitions come from rpc_server/srv_lsa_hnd.c */ #if OLD_NTDOMAIN +void create_policy_handle(POLICY_HND *hnd, uint32 *hnd_low, uint32 *hnd_high); void init_lsa_policy_hnd(void); BOOL open_lsa_policy_hnd(POLICY_HND *hnd); int find_lsa_policy_by_hnd(POLICY_HND *hnd); |