From 34933a5c236ee489e4c11172820cdc0496b9e334 Mon Sep 17 00:00:00 2001 From: coffeedude Date: Tue, 13 May 2008 12:58:52 -0500 Subject: libwbclient: Abstract the DS_XXX flags for DsGetDcName(). The wbcLookupDomainController() call supports a set of flags defined in wbclient.h. Add a mapping function between these flags and the original DS_XXX flags in order to prevent having to include the generated RPC headers in wbclient.h. (This used to be commit 31614cd5e08dd6389c66e6ddf9f2d5429c6ab033) --- source3/winbindd/winbindd.h | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/winbindd/winbindd.h') diff --git a/source3/winbindd/winbindd.h b/source3/winbindd/winbindd.h index 0840e581fe..301d877e61 100644 --- a/source3/winbindd/winbindd.h +++ b/source3/winbindd/winbindd.h @@ -24,6 +24,7 @@ #define _WINBINDD_H #include "nsswitch/winbind_struct_protocol.h" +#include "nsswitch/libwbclient/wbclient.h" #ifdef HAVE_LIBNSCD #include -- cgit