summaryrefslogtreecommitdiff
path: root/source3/rpc_client
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2013-09-13 15:50:10 +0200
committerStefan Metzmacher <metze@samba.org>2014-01-07 08:37:42 +0100
commit024fc73047ffb6bb25dfdfbd99dbd7f490eaaa13 (patch)
treec5b43f853ca3c6d32b53a4896dfc95e17d158add /source3/rpc_client
parentacbd12adf90830070db7e5aec088aa3051dfaa63 (diff)
downloadsamba-024fc73047ffb6bb25dfdfbd99dbd7f490eaaa13.tar.gz
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 <metze@samba.org> Reviewed-by: Andreas Schneider <asn@samba.org>
Diffstat (limited to 'source3/rpc_client')
-rw-r--r--source3/rpc_client/rpc_transport_np.c2
-rw-r--r--source3/rpc_client/rpc_transport_tstream.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/source3/rpc_client/rpc_transport_np.c b/source3/rpc_client/rpc_transport_np.c
index 9e0bebb5742..11e9b980d7f 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 3d47d60402f..14cf13220e8 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