From 68064b8101d2a782c65e6558a01931b186d0ca40 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Mon, 9 Jun 2008 11:01:09 +0200 Subject: re-run make idl. Guenther (This used to be commit 383636aaca0e59fef8a010ba697e5edf9ce2648b) --- source3/librpc/gen_ndr/libnetapi.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'source3') diff --git a/source3/librpc/gen_ndr/libnetapi.h b/source3/librpc/gen_ndr/libnetapi.h index 8fc812cc1b..5d2efcfe57 100644 --- a/source3/librpc/gen_ndr/libnetapi.h +++ b/source3/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 { -- cgit