From 024fc73047ffb6bb25dfdfbd99dbd7f490eaaa13 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Fri, 13 Sep 2013 15:50:10 +0200 Subject: libcli/smb: move source3/libsmb/cli_np_tstream.c to tstream_smbXcli_np.c This code is generic enough to have it in the top level now. Signed-off-by: Stefan Metzmacher Reviewed-by: Andreas Schneider --- source3/rpc_client/rpc_transport_np.c | 2 +- source3/rpc_client/rpc_transport_tstream.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'source3/rpc_client') diff --git a/source3/rpc_client/rpc_transport_np.c b/source3/rpc_client/rpc_transport_np.c index 9e0bebb574..11e9b980d7 100644 --- a/source3/rpc_client/rpc_transport_np.c +++ b/source3/rpc_client/rpc_transport_np.c @@ -20,9 +20,9 @@ #include "includes.h" #include "../lib/util/tevent_ntstatus.h" #include "rpc_client/rpc_transport.h" -#include "libsmb/cli_np_tstream.h" #include "librpc/ndr/ndr_table.h" #include "libcli/smb/smbXcli_base.h" +#include "libcli/smb/tstream_smbXcli_np.h" #include "client.h" #undef DBGC_CLASS diff --git a/source3/rpc_client/rpc_transport_tstream.c b/source3/rpc_client/rpc_transport_tstream.c index 3d47d60402..14cf13220e 100644 --- a/source3/rpc_client/rpc_transport_tstream.c +++ b/source3/rpc_client/rpc_transport_tstream.c @@ -21,7 +21,7 @@ #include "../lib/util/tevent_ntstatus.h" #include "rpc_client/rpc_transport.h" #include "lib/tsocket/tsocket.h" -#include "libsmb/cli_np_tstream.h" +#include "libcli/smb/tstream_smbXcli_np.h" #include "cli_pipe.h" #undef DBGC_CLASS -- cgit