summaryrefslogtreecommitdiff
path: root/source3/include/proto.h
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2000-06-13 15:47:55 +0000
committerAndrew Tridgell <tridge@samba.org>2000-06-13 15:47:55 +0000
commitf1698562f44ac8d0ff54b760c12caa4471647d6e (patch)
treea1c40276edddc5237c6e38321861730ba5c76ef5 /source3/include/proto.h
parentcf868f3296412e37d75f614299fd8f3f74d0ed46 (diff)
downloadsamba-f1698562f44ac8d0ff54b760c12caa4471647d6e.tar.gz
samba-f1698562f44ac8d0ff54b760c12caa4471647d6e.tar.bz2
samba-f1698562f44ac8d0ff54b760c12caa4471647d6e.zip
proto update
(This used to be commit 7d0f9258589c2856dbc54a10ee35c26201d16f41)
Diffstat (limited to 'source3/include/proto.h')
-rw-r--r--source3/include/proto.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h
index eabacd4d21..e801f779f6 100644
--- a/source3/include/proto.h
+++ b/source3/include/proto.h
@@ -880,7 +880,7 @@ BOOL is_posix_locked(files_struct *fsp, SMB_BIG_UINT u_offset, SMB_BIG_UINT u_co
BOOL set_posix_lock(files_struct *fsp, SMB_BIG_UINT u_offset, SMB_BIG_UINT u_count, enum brl_type lock_type);
BOOL release_posix_lock(files_struct *fsp, SMB_BIG_UINT u_offset, SMB_BIG_UINT u_count);
void posix_locking_close_file(files_struct *fsp);
-BOOL posix_locking_init(void);
+BOOL posix_locking_init(int read_only);
BOOL posix_locking_end(void);
/*The following definitions come from msdfs/msdfs.c */
@@ -3266,6 +3266,12 @@ BOOL init_change_notify(void);
struct cnotify_fns *hash_notify_init(void) ;
#endif
+/*The following definitions come from smbd/notify_kernel.c */
+
+#if OLD_NTDOMAIN
+struct cnotify_fns *kernel_notify_init(void) ;
+#endif
+
/*The following definitions come from smbd/nttrans.c */
#if OLD_NTDOMAIN