s4:librpc/rpc: remove unused dcerpc_smb_tree()
[mat/samba.git] / source4 / librpc / rpc / dcerpc.h
index ef830865e8bfc55604f75feac385b8f3228ea025..67059ac485bb5cdeee6fc5e655f3f33b2ac59705 100644 (file)
@@ -210,8 +210,10 @@ NTSTATUS dcerpc_bind_auth_schannel(TALLOC_CTX *tmp_ctx,
                                   uint8_t auth_level);
 struct tevent_context *dcerpc_event_context(struct dcerpc_pipe *p);
 NTSTATUS dcerpc_init(void);
-struct smbcli_tree *dcerpc_smb_tree(struct dcecli_connection *c);
-uint16_t dcerpc_smb_fnum(struct dcecli_connection *c);
+struct composite_context *dcerpc_secondary_smb_send(struct dcecli_connection *c1,
+                                                   struct dcerpc_pipe *p2,
+                                                   const char *pipe_name);
+NTSTATUS dcerpc_secondary_smb_recv(struct composite_context *c);
 NTSTATUS dcerpc_secondary_context(struct dcerpc_pipe *p, 
                                  struct dcerpc_pipe **pp2,
                                  const struct ndr_interface_table *table);