1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-22 22:04:08 +03:00

s3-build: only use ndr_samr.h where needed.

Guenther
This commit is contained in:
Günther Deschner 2010-05-28 02:18:21 +02:00
parent 60079f59b0
commit 66adb84e46
4 changed files with 4 additions and 0 deletions

View File

@ -19,6 +19,7 @@
#include "includes.h"
#include "rpc_client/cli_samr.h"
#include "../librpc/gen_ndr/ndr_samr.h"
/*************************************************************
Change a password on a remote machine using IPC calls.

View File

@ -21,6 +21,7 @@
#include "includes.h"
#include "../librpc/gen_ndr/ndr_lsa.h"
#include "../librpc/gen_ndr/ndr_samr.h"
#undef DBGC_CLASS
#define DBGC_CLASS DBGC_RPC_SRV

View File

@ -22,6 +22,7 @@
#include "rpcclient.h"
#include "../librpc/gen_ndr/cli_lsa.h"
#include "rpc_client/cli_lsarpc.h"
#include "../librpc/gen_ndr/ndr_samr.h"
static NTSTATUS cmd_testme(struct rpc_pipe_client *cli, TALLOC_CTX *mem_ctx,
int argc, const char **argv)

View File

@ -20,6 +20,7 @@
#include "includes.h"
#include "utils/net.h"
#include "../librpc/gen_ndr/ndr_samr.h"
static NTSTATUS rpc_sh_info(struct net_context *c,
TALLOC_CTX *mem_ctx, struct rpc_sh_ctx *ctx,