mirror of
https://github.com/samba-team/samba.git
synced 2025-01-17 02:05:21 +03:00
make more function static, they are still available via the function pointers
metze
This commit is contained in:
parent
47a240d7b8
commit
4597643e76
@ -162,7 +162,7 @@ static NTSTATUS smb_full_request(struct dcerpc_pipe *p,
|
||||
/*
|
||||
retrieve a secondary pdu from a pipe
|
||||
*/
|
||||
NTSTATUS smb_secondary_request(struct dcerpc_pipe *p,
|
||||
static NTSTATUS smb_secondary_request(struct dcerpc_pipe *p,
|
||||
TALLOC_CTX *mem_ctx,
|
||||
DATA_BLOB *blob)
|
||||
{
|
||||
|
@ -100,7 +100,7 @@ static NTSTATUS tcp_full_request(struct dcerpc_pipe *p,
|
||||
/*
|
||||
retrieve a secondary pdu from a pipe
|
||||
*/
|
||||
NTSTATUS tcp_secondary_request(struct dcerpc_pipe *p,
|
||||
static NTSTATUS tcp_secondary_request(struct dcerpc_pipe *p,
|
||||
TALLOC_CTX *mem_ctx,
|
||||
DATA_BLOB *blob)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user