diff options
Diffstat (limited to 'source3/include/proto.h')
-rw-r--r-- | source3/include/proto.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h index 1f3a251fec..faddbc6a49 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -677,6 +677,8 @@ void SMBNTencrypt(uchar *passwd, uchar *c8, uchar *p24); /*The following definitions come from smbpass.c */ +int pw_file_lock(char *name, int type, int secs); +int pw_file_unlock(int fd); struct smb_passwd *get_smbpwnam(char *name); /*The following definitions come from smbpasswd.c */ |