From: Gerald Carter Date: Fri, 4 May 2001 14:01:54 +0000 (+0000) Subject: make proto X-Git-Tag: samba-2.2.5pre1~2087^2~99 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=09b287e1782938bc4472b88921ed1604eb91ac27;p=thirdparty%2Fsamba.git make proto --- 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 */