summaryrefslogtreecommitdiff
path: root/source3/rpcclient
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2011-01-28 10:31:39 +0100
committerGünther Deschner <gd@samba.org>2011-01-28 11:18:44 +0100
commit1232fb5a1ef22de76217f854158b10400a770b45 (patch)
treee1b4d99a56a6f0e76a54994ff88e7fecd2c61904 /source3/rpcclient
parent1e34624326757430d282a708e07be2886c5c2b57 (diff)
downloadsamba-1232fb5a1ef22de76217f854158b10400a770b45.tar.gz
samba-1232fb5a1ef22de76217f854158b10400a770b45.tar.bz2
samba-1232fb5a1ef22de76217f854158b10400a770b45.zip
s3-rpc_client: remove some more obsolete cli_X.h header files.
Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Fri Jan 28 11:18:44 CET 2011 on sn-devel-104
Diffstat (limited to 'source3/rpcclient')
-rw-r--r--source3/rpcclient/cmd_epmapper.c2
-rw-r--r--source3/rpcclient/cmd_ntsvcs.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/source3/rpcclient/cmd_epmapper.c b/source3/rpcclient/cmd_epmapper.c
index 7ddd0bc5dd..bcab77a445 100644
--- a/source3/rpcclient/cmd_epmapper.c
+++ b/source3/rpcclient/cmd_epmapper.c
@@ -20,7 +20,7 @@
#include "includes.h"
#include "rpcclient.h"
-#include "../librpc/gen_ndr/cli_epmapper.h"
+#include "../librpc/gen_ndr/ndr_epmapper_c.h"
#include "../librpc/gen_ndr/ndr_lsa.h"
static NTSTATUS cmd_epmapper_map(struct rpc_pipe_client *p,
diff --git a/source3/rpcclient/cmd_ntsvcs.c b/source3/rpcclient/cmd_ntsvcs.c
index 68135d5fff..7a3a497375 100644
--- a/source3/rpcclient/cmd_ntsvcs.c
+++ b/source3/rpcclient/cmd_ntsvcs.c
@@ -20,7 +20,7 @@
#include "includes.h"
#include "rpcclient.h"
-#include "../librpc/gen_ndr/cli_ntsvcs.h"
+#include "../librpc/gen_ndr/ndr_ntsvcs_c.h"
static WERROR cmd_ntsvcs_get_version(struct rpc_pipe_client *cli,
TALLOC_CTX *mem_ctx,