diff options
author | Stefan Metzmacher <metze@samba.org> | 2004-02-03 11:05:36 +0000 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2004-02-03 11:05:36 +0000 |
commit | a9b28120b84fd63e333d5be26fe8116c85f12c87 (patch) | |
tree | aea60c4f2dc38a227566802ea548441ebccd99bd /source4/librpc/rpc/dcerpc_tcp.c | |
parent | a8152b68a0d790028a32084e0f0ce664178ffc5c (diff) | |
download | samba-a9b28120b84fd63e333d5be26fe8116c85f12c87.tar.gz samba-a9b28120b84fd63e333d5be26fe8116c85f12c87.tar.bz2 samba-a9b28120b84fd63e333d5be26fe8116c85f12c87.zip |
make more function static, they are still available via the function pointers
metze
(This used to be commit 4597643e76a34397cd2344a91d7045163ea7a942)
Diffstat (limited to 'source4/librpc/rpc/dcerpc_tcp.c')
-rw-r--r-- | source4/librpc/rpc/dcerpc_tcp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/librpc/rpc/dcerpc_tcp.c b/source4/librpc/rpc/dcerpc_tcp.c index afdf243071..77b536b10c 100644 --- a/source4/librpc/rpc/dcerpc_tcp.c +++ b/source4/librpc/rpc/dcerpc_tcp.c @@ -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) { |