make more function static, they are still available via the function pointers
authorStefan Metzmacher <metze@samba.org>
Tue, 3 Feb 2004 11:05:36 +0000 (11:05 +0000)
committerStefan Metzmacher <metze@samba.org>
Tue, 3 Feb 2004 11:05:36 +0000 (11:05 +0000)
metze

source/librpc/rpc/dcerpc_smb.c
source/librpc/rpc/dcerpc_tcp.c

index da43a8a92b1f8c572c396d87b35a51add0af0877..a79e5adb1028686b961390fd3e1bfbbe04af1e00 100644 (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)
 {
index afdf2430718966c5c1c929c9ea3dfccfc78d880c..77b536b10cbb16d1afdc5d102a939744ac337d7c 100644 (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)
 {