1
0
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:
Stefan Metzmacher -
parent 47a240d7b8
commit 4597643e76
2 changed files with 2 additions and 2 deletions

View File

@ -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)
{

View File

@ -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)
{