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

IDL: rerun make idl.

Guenther
(This used to be commit 5e0ccaf0c02a2d2d87ed8a2999c09ae1ccfc48e8)
This commit is contained in:
Günther Deschner 2008-04-21 20:03:17 +02:00
parent 93e0c13626
commit e03a2ad01b
2 changed files with 11 additions and 9 deletions

View File

@ -6,6 +6,7 @@
#include "librpc/gen_ndr/ndr_lsa.h"
#include "librpc/gen_ndr/ndr_samr.h"
#include "librpc/gen_ndr/ndr_security.h"
#include "librpc/gen_ndr/ndr_nbt.h"
static enum ndr_err_code ndr_push_netr_UasInfo(struct ndr_push *ndr, int ndr_flags, const struct netr_UasInfo *r)
{
if (ndr_flags & NDR_SCALARS) {

View File

@ -5,6 +5,7 @@
#include "librpc/gen_ndr/lsa.h"
#include "librpc/gen_ndr/samr.h"
#include "librpc/gen_ndr/security.h"
#include "librpc/gen_ndr/nbt.h"
#ifndef _HEADER_netlogon
#define _HEADER_netlogon
@ -707,15 +708,15 @@ enum netr_DsRGetDCNameInfo_AddressType
;
/* bitmap netr_DsR_DcFlags */
#define DS_SERVER_PDC ( 0x00000001 )
#define DS_SERVER_GC ( 0x00000004 )
#define DS_SERVER_LDAP ( 0x00000008 )
#define DS_SERVER_DS ( 0x00000010 )
#define DS_SERVER_KDC ( 0x00000020 )
#define DS_SERVER_TIMESERV ( 0x00000040 )
#define DS_SERVER_CLOSEST ( 0x00000080 )
#define DS_SERVER_WRITABLE ( 0x00000100 )
#define DS_SERVER_GOOD_TIMESERV ( 0x00000200 )
#define DS_SERVER_PDC ( NBT_SERVER_PDC )
#define DS_SERVER_GC ( NBT_SERVER_GC )
#define DS_SERVER_LDAP ( NBT_SERVER_LDAP )
#define DS_SERVER_DS ( NBT_SERVER_DS )
#define DS_SERVER_KDC ( NBT_SERVER_KDC )
#define DS_SERVER_TIMESERV ( NBT_SERVER_TIMESERV )
#define DS_SERVER_CLOSEST ( NBT_SERVER_CLOSEST )
#define DS_SERVER_WRITABLE ( NBT_SERVER_WRITABLE )
#define DS_SERVER_GOOD_TIMESERV ( NBT_SERVER_GOOD_TIMESERV )
#define DS_SERVER_NDNC ( 0x00000400 )
#define DS_SERVER_SELECT_SECRET_DOMAIN_6 ( 0x00000800 )
#define DS_SERVER_FULL_SECRET_DOMAIN_6 ( 0x00001000 )