diff options
author | Andrew Tridgell <tridge@samba.org> | 2000-06-13 15:47:55 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2000-06-13 15:47:55 +0000 |
commit | f1698562f44ac8d0ff54b760c12caa4471647d6e (patch) | |
tree | a1c40276edddc5237c6e38321861730ba5c76ef5 | |
parent | cf868f3296412e37d75f614299fd8f3f74d0ed46 (diff) | |
download | samba-f1698562f44ac8d0ff54b760c12caa4471647d6e.tar.gz samba-f1698562f44ac8d0ff54b760c12caa4471647d6e.tar.bz2 samba-f1698562f44ac8d0ff54b760c12caa4471647d6e.zip |
proto update
(This used to be commit 7d0f9258589c2856dbc54a10ee35c26201d16f41)
-rw-r--r-- | source3/include/proto.h | 8 |
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 |