summaryrefslogtreecommitdiff
path: root/source3/smbd/proto.h
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2011-12-13 13:38:41 +0100
committerStefan Metzmacher <metze@samba.org>2011-12-13 20:31:09 +0100
commit47e21bcc43a362696c775bf5467e3bf711a99c77 (patch)
tree933e20c6c79be07e6330e231f31020af050fe8a6 /source3/smbd/proto.h
parent17ae2267e346920445ea67253f0a9d82fb3e0e35 (diff)
downloadsamba-47e21bcc43a362696c775bf5467e3bf711a99c77.tar.gz
samba-47e21bcc43a362696c775bf5467e3bf711a99c77.tar.bz2
samba-47e21bcc43a362696c775bf5467e3bf711a99c77.zip
s3:smbd/oplock: pass smbd_server_connection to irix_init_kernel_oplocks()
metze
Diffstat (limited to 'source3/smbd/proto.h')
-rw-r--r--source3/smbd/proto.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/smbd/proto.h b/source3/smbd/proto.h
index 2989cdae4e..f36cd505fc 100644
--- a/source3/smbd/proto.h
+++ b/source3/smbd/proto.h
@@ -673,7 +673,7 @@ bool init_oplocks(struct smbd_server_connection *sconn);
/* The following definitions come from smbd/oplock_irix.c */
-struct kernel_oplocks *irix_init_kernel_oplocks(TALLOC_CTX *mem_ctx) ;
+struct kernel_oplocks *irix_init_kernel_oplocks(struct smbd_server_connection *sconn);
/* The following definitions come from smbd/oplock_linux.c */