1
0
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:
Stefan Metzmacher 2004-02-03 11:05:36 +00:00
parent a8152b68a0
commit a9b28120b8
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)
{