diff options
Diffstat (limited to 'source/include/proto.h')
-rw-r--r-- | source/include/proto.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source/include/proto.h b/source/include/proto.h index 7f7322122ee..70e10f1479e 100644 --- a/source/include/proto.h +++ b/source/include/proto.h @@ -1815,6 +1815,7 @@ char *smb_errstr(char *inbuf); /*The following definitions come from smbpass.c */ +BOOL do_file_lock(int fd, int waitsecs, int type); void *startsmbpwent(BOOL update); void endsmbpwent(void *vp); struct sam_passwd *getsmb21pwent(void *vp); |