From 7c8fd43b4e78f439406c3bb4478adf99ae17172f Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Wed, 24 Jul 1996 06:14:51 +0000 Subject: minor cleanups --- source/include/proto.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source/include/proto.h') diff --git a/source/include/proto.h b/source/include/proto.h index 1f3a251fec5..faddbc6a492 100644 --- a/source/include/proto.h +++ b/source/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 */ -- cgit