diff options
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); |