summaryrefslogtreecommitdiffstats
path: root/source/include/proto.h
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>1996-07-24 06:14:51 +0000
committerAndrew Tridgell <tridge@samba.org>1996-07-24 06:14:51 +0000
commit7c8fd43b4e78f439406c3bb4478adf99ae17172f (patch)
tree54fc8e8edb75fae7d94f502eff34bd67cbb0b658 /source/include/proto.h
parentfabd4230f17726743a0fde0a37ce3c09a3dec8a3 (diff)
downloadsamba-7c8fd43b4e78f439406c3bb4478adf99ae17172f.tar.gz
samba-7c8fd43b4e78f439406c3bb4478adf99ae17172f.tar.xz
samba-7c8fd43b4e78f439406c3bb4478adf99ae17172f.zip
minor cleanups
Diffstat (limited to 'source/include/proto.h')
-rw-r--r--source/include/proto.h2
1 files changed, 2 insertions, 0 deletions
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 */