diff options
author | Luke Leighton <lkcl@samba.org> | 1999-09-21 21:28:27 +0000 |
---|---|---|
committer | Luke Leighton <lkcl@samba.org> | 1999-09-21 21:28:27 +0000 |
commit | f1c2fdb2704e04b05fe3247c53162006a25e75fb (patch) | |
tree | 5fd57a19131e860fe6d9340943b3725b4da95839 /source3/include | |
parent | 0a6eac0b79dd818ca747423c228eca876faf10af (diff) | |
download | samba-f1c2fdb2704e04b05fe3247c53162006a25e75fb.tar.gz samba-f1c2fdb2704e04b05fe3247c53162006a25e75fb.tar.bz2 samba-f1c2fdb2704e04b05fe3247c53162006a25e75fb.zip |
split matthew's sync command (only currently called from smbpasswd)
into a separate module
(This used to be commit d99eca020a255022dbc71f3671127343d75db59e)
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/proto.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h index 7f4ec9cc7e..8b18a0487b 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -1768,10 +1768,13 @@ BOOL cli_net_sam_logoff(struct cli_state *cli, uint16 nt_pipe_fnum, NET_ID_INFO_ BOOL cli_net_sam_sync(struct cli_state *cli, uint16 nt_pipe_fnum, uint32 database_id, uint32 *num_deltas, SAM_DELTA_HDR *hdr_deltas, SAM_DELTA_CTR *deltas); BOOL change_trust_account_password(char *domain, char *remote_machine_list, uint16 sec_chan); -BOOL do_sam_sync(struct cli_state *cli, +BOOL do_sam_sync(struct cli_state *cli, uchar trust_passwd[16], SAM_DELTA_HDR hdr_deltas[MAX_SAM_DELTAS], SAM_DELTA_CTR deltas [MAX_SAM_DELTAS], uint32 *num_deltas); + +/*The following definitions come from rpc_client/cli_netlogon_sync.c */ + BOOL synchronise_passdb(void); /*The following definitions come from rpc_client/cli_pipe.c */ |