summaryrefslogtreecommitdiff
path: root/source4
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2004-02-03 11:05:36 +0000
committerStefan Metzmacher <metze@samba.org>2004-02-03 11:05:36 +0000
commita9b28120b84fd63e333d5be26fe8116c85f12c87 (patch)
treeaea60c4f2dc38a227566802ea548441ebccd99bd /source4
parenta8152b68a0d790028a32084e0f0ce664178ffc5c (diff)
downloadsamba-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')
-rw-r--r--source4/librpc/rpc/dcerpc_smb.c2
-rw-r--r--source4/librpc/rpc/dcerpc_tcp.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/source4/librpc/rpc/dcerpc_smb.c b/source4/librpc/rpc/dcerpc_smb.c
index da43a8a92b..a79e5adb10 100644
--- a/source4/librpc/rpc/dcerpc_smb.c
+++ b/source4/librpc/rpc/dcerpc_smb.c
@@ -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)
{
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)
{