mirror of
https://github.com/samba-team/samba.git
synced 2024-12-31 17:18:04 +03:00
make more function static, they are still available via the function pointers
metze
(This used to be commit 4597643e76
)
This commit is contained in:
parent
a8152b68a0
commit
a9b28120b8
@ -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…
Reference in New Issue
Block a user