1
0
mirror of https://github.com/samba-team/samba.git synced 2025-11-02 20:23:50 +03:00

r3453: - split out the auth and popt includes

- tidied up some of the system includes

- moved a few more structures back from misc.idl to netlogon.idl and samr.idl now that pidl
  knows about inter-IDL dependencies
This commit is contained in:
Andrew Tridgell
2004-11-02 02:57:18 +00:00
committed by Gerald (Jerry) Carter
parent ced1a0fcdc
commit 7b7477ac42
52 changed files with 202 additions and 190 deletions

View File

@@ -23,6 +23,8 @@
#include "includes.h"
#include "librpc/gen_ndr/ndr_netlogon.h"
#include "rpc_server/common/common.h"
#include "librpc/gen_ndr/ndr_dcom.h"
#include "auth/auth.h"
struct server_pipe_state {
struct netr_Credential client_challenge;