summaryrefslogtreecommitdiffstats
path: root/source/include
diff options
context:
space:
mode:
authorGerald Carter <jerry@samba.org>2001-05-04 14:01:54 +0000
committerGerald Carter <jerry@samba.org>2001-05-04 14:01:54 +0000
commit09b287e1782938bc4472b88921ed1604eb91ac27 (patch)
tree9be7c1d7ce548161aa6cff281a14bfae1e0e6932 /source/include
parent7703fbb30d9695b5a71ee0bcca9520bed4880bbd (diff)
downloadsamba-09b287e1782938bc4472b88921ed1604eb91ac27.tar.gz
samba-09b287e1782938bc4472b88921ed1604eb91ac27.tar.xz
samba-09b287e1782938bc4472b88921ed1604eb91ac27.zip
make proto
Diffstat (limited to 'source/include')
-rw-r--r--source/include/proto.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/source/include/proto.h b/source/include/proto.h
index af8209984d8..98922a06f95 100644
--- a/source/include/proto.h
+++ b/source/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 */