summaryrefslogtreecommitdiff
path: root/source3/include
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>1998-05-14 03:20:42 +0000
committerJeremy Allison <jra@samba.org>1998-05-14 03:20:42 +0000
commitbce6d410130982af6ca58dc9a0d297b5f80e6c6c (patch)
tree404cb8ff43382551d9aa0f293882c089935d126f /source3/include
parenta4276507e43487f47445eab11d4ac1b080b3270e (diff)
downloadsamba-bce6d410130982af6ca58dc9a0d297b5f80e6c6c.tar.gz
samba-bce6d410130982af6ca58dc9a0d297b5f80e6c6c.tar.bz2
samba-bce6d410130982af6ca58dc9a0d297b5f80e6c6c.zip
namequery.c: Fixed SGI IRIX 5.x compiler problem.
server.c: Added MACHINE.SID file generation - use lp_domain_sid() be default. smbpass.c: Exposed do_file_lock() as I now use it in server.c Jeremy. (This used to be commit 5bf17840ac7d65d08dd3fdfe8b789010488f6808)
Diffstat (limited to 'source3/include')
-rw-r--r--source3/include/proto.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h
index 7f7322122e..70e10f1479 100644
--- a/source3/include/proto.h
+++ b/source3/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);