mirror of
https://github.com/samba-team/samba.git
synced 2025-11-28 12:23:49 +03:00
r13840: Mark some functions as public.
This commit is contained in:
committed by
Gerald (Jerry) Carter
parent
fb2f70de4f
commit
9a188eb1f4
@@ -107,7 +107,7 @@ static BOOL set_inherited_process_capability( uint32_t cap_flag, BOOL enable )
|
||||
Gain the oplock capability from the kernel if possible.
|
||||
****************************************************************************/
|
||||
|
||||
void oplock_set_capability(BOOL this_process, BOOL inherit)
|
||||
_PUBLIC_ void oplock_set_capability(BOOL this_process, BOOL inherit)
|
||||
{
|
||||
#if HAVE_KERNEL_OPLOCKS_IRIX
|
||||
set_process_capability(KERNEL_OPLOCK_CAPABILITY,this_process);
|
||||
|
||||
Reference in New Issue
Block a user