diff options
author | Andrew Tridgell <tridge@samba.org> | 2008-10-04 13:56:20 -0700 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2008-10-04 13:56:20 -0700 |
commit | e44369989c54e908e3481fb76444df6bcf4e228b (patch) | |
tree | d03f0f366118977a272f099588d91b3985e0281c /source3/include/proto.h | |
parent | ba5ef49f831dbbfec1a360cd4644999de822e2bc (diff) | |
parent | 80665a0b5abbdd8df735e1ccdab3206399beba0b (diff) | |
download | samba-e44369989c54e908e3481fb76444df6bcf4e228b.tar.gz samba-e44369989c54e908e3481fb76444df6bcf4e228b.tar.bz2 samba-e44369989c54e908e3481fb76444df6bcf4e228b.zip |
Merge branch 'master' of ssh://git.samba.org/data/git/samba
Diffstat (limited to 'source3/include/proto.h')
-rw-r--r-- | source3/include/proto.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h index 2ccf3b15f7..7cdcba19ab 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -43,7 +43,8 @@ bool password_ok(const char *smb_name, DATA_BLOB password_blob); /* The following definitions come from auth/auth_domain.c */ -NTSTATUS auth_domain_init(void) ; +void attempt_machine_password_change(void); +NTSTATUS auth_domain_init(void); /* The following definitions come from auth/auth_ntlmssp.c */ @@ -707,6 +708,7 @@ bool privilege_set_to_se_priv( SE_PRIV *mask, struct lsa_PrivilegeSet *privset ) /* The following definitions come from lib/readline.c */ +void smb_readline_done(void); char *smb_readline(const char *prompt, void (*callback)(void), char **(completion_fn)(const char *text, int start, int end)); const char *smb_readline_get_line_buffer(void); |