diff options
author | Gerald Carter <jerry@samba.org> | 2001-05-04 14:01:54 +0000 |
---|---|---|
committer | Gerald Carter <jerry@samba.org> | 2001-05-04 14:01:54 +0000 |
commit | e62b35ac6975b3fde9741ea864bad366c672d06e (patch) | |
tree | 7c6035e3ceef73f29bdeabb0bd2ec48c4f91667a | |
parent | ba411ebf0cd21aebe34250e8fbd8bde4c6dcb6e7 (diff) | |
download | samba-e62b35ac6975b3fde9741ea864bad366c672d06e.tar.gz samba-e62b35ac6975b3fde9741ea864bad366c672d06e.tar.bz2 samba-e62b35ac6975b3fde9741ea864bad366c672d06e.zip |
make proto
(This used to be commit 09b287e1782938bc4472b88921ed1604eb91ac27)
-rw-r--r-- | source3/include/proto.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h index af8209984d..98922a06f9 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -2133,6 +2133,10 @@ BOOL pdb_set_workstations (SAM_ACCOUNT *sampass, char *workstations); BOOL pdb_set_munged_dial (SAM_ACCOUNT *sampass, char *munged_dial); BOOL pdb_set_nt_passwd (SAM_ACCOUNT *sampass, uint8 *pwd); BOOL pdb_set_lanman_passwd (SAM_ACCOUNT *sampass, uint8 *pwd); +BOOL pdb_set_unknown_3 (SAM_ACCOUNT *sampass, uint32 unkn); +BOOL pdb_set_unknown_5 (SAM_ACCOUNT *sampass, uint32 unkn); +BOOL pdb_set_unknown_6 (SAM_ACCOUNT *sampass, uint32 unkn); +BOOL pdb_set_hours (SAM_ACCOUNT *sampass, uint8 *hours); /*The following definitions come from passdb/pdb_smbpasswd.c */ |