diff options
author | Andrew Tridgell <tridge@samba.org> | 1996-07-24 06:14:51 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 1996-07-24 06:14:51 +0000 |
commit | 6b680bb89c05f4c67e78b927cab4231b647406d7 (patch) | |
tree | 7f3deb45529bf0fca138fde07fb550a81509c996 /source3/include | |
parent | 1924f08d8404d5e71bee93449ea9b5edd791f473 (diff) | |
download | samba-6b680bb89c05f4c67e78b927cab4231b647406d7.tar.gz samba-6b680bb89c05f4c67e78b927cab4231b647406d7.tar.bz2 samba-6b680bb89c05f4c67e78b927cab4231b647406d7.zip |
minor cleanups
(This used to be commit 7c8fd43b4e78f439406c3bb4478adf99ae17172f)
Diffstat (limited to 'source3/include')
-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 */ |