From 383636aaca0e59fef8a010ba697e5edf9ce2648b Mon Sep 17 00:00:00 2001 From: =?utf8?q?G=C3=BCnther=20Deschner?= Date: Mon, 9 Jun 2008 11:01:09 +0200 Subject: [PATCH] re-run make idl. Guenther --- source/librpc/gen_ndr/libnetapi.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/source/librpc/gen_ndr/libnetapi.h b/source/librpc/gen_ndr/libnetapi.h index 8fc812cc1b9..5d2efcfe571 100644 --- a/source/librpc/gen_ndr/libnetapi.h +++ b/source/librpc/gen_ndr/libnetapi.h @@ -10,6 +10,11 @@ #define _HEADER_libnetapi #define ERROR_MORE_DATA ( 234L ) +#define FILTER_TEMP_DUPLICATE_ACCOUNT ( 0x0001 ) +#define FILTER_NORMAL_ACCOUNT ( 0x0002 ) +#define FILTER_INTERDOMAIN_TRUST_ACCOUNT ( 0x0008 ) +#define FILTER_WORKSTATION_TRUST_ACCOUNT ( 0x0010 ) +#define FILTER_SERVER_TRUST_ACCOUNT ( 0x0020 ) enum NET_API_STATUS #ifndef USE_UINT_ENUMS { -- 2.34.1