diff options
author | Günther Deschner <gd@samba.org> | 2010-05-18 18:54:56 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2010-05-18 21:43:05 +0200 |
commit | f6f3bb1813b5f030616e422ed420b938244be84e (patch) | |
tree | ac189ce46b5e73b83c71c2790b7d6823e34a0dd1 /source3/include | |
parent | 8478770c357f712f1fc3b8a0a9a5f9e730388abb (diff) | |
download | samba-f6f3bb1813b5f030616e422ed420b938244be84e.tar.gz samba-f6f3bb1813b5f030616e422ed420b938244be84e.tar.bz2 samba-f6f3bb1813b5f030616e422ed420b938244be84e.zip |
s3-passdb: move get_logon_hours_from_pdb() into samr server.
Guenther
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/proto.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h index 6072f07fe9..154efeb43b 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -4387,8 +4387,7 @@ bool get_trust_pw_clear(const char *domain, char **ret_pwd, bool get_trust_pw_hash(const char *domain, uint8 ret_pwd[16], const char **account_name, enum netr_SchannelType *channel); -struct samr_LogonHours get_logon_hours_from_pdb(TALLOC_CTX *mem_ctx, - struct samu *pw); + /* The following definitions come from passdb/pdb_compat.c */ uint32 pdb_get_user_rid (const struct samu *sampass); |