From ad19eb4ab0dfed68edf23f89cb81000c5af701c7 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Thu, 27 Mar 2008 12:03:20 +0100 Subject: Move netr_LogonLevel flags to IDL, rename old one to netr_LogonInfo. Guenther (This used to be commit 1fc98ee431d3ebe0c5d8bed55dcb788c16228ddd) --- source3/include/rpc_netlogon.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'source3/include') diff --git a/source3/include/rpc_netlogon.h b/source3/include/rpc_netlogon.h index 1ad468308d..8218324173 100644 --- a/source3/include/rpc_netlogon.h +++ b/source3/include/rpc_netlogon.h @@ -23,9 +23,6 @@ #ifndef _RPC_NETLOGON_H /* _RPC_NETLOGON_H */ #define _RPC_NETLOGON_H -#define INTERACTIVE_LOGON_TYPE 1 -#define NET_LOGON_TYPE 2 - /* LOCKOUT_STRING */ typedef struct account_lockout_string { uint32 array_size; -- cgit