diff options
author | Stefan Metzmacher <metze@samba.org> | 2007-09-14 08:06:03 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 12:30:45 -0500 |
commit | b8c5d16258e4a7a62a3da395f76fbd665af9c247 (patch) | |
tree | b8b1afa122c9a16b9f40322a9aa073cfd1f4f847 /source3/nsswitch/winbindd.h | |
parent | 28d076d20f9ce8afbee9a5de157ec0c9e308c9cf (diff) | |
download | samba-b8c5d16258e4a7a62a3da395f76fbd665af9c247.tar.gz samba-b8c5d16258e4a7a62a3da395f76fbd665af9c247.tar.bz2 samba-b8c5d16258e4a7a62a3da395f76fbd665af9c247.zip |
r25146: rename winbindd_nss.h => winbind_struct_protocol.h
as this header has nothing todo with winbindd nor nss
and it contains the definitions for the struct based
protocol
metze
(This used to be commit e9e03aac2221c44eec89cc957b8bb3be721103bd)
Diffstat (limited to 'source3/nsswitch/winbindd.h')
-rw-r--r-- | source3/nsswitch/winbindd.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/source3/nsswitch/winbindd.h b/source3/nsswitch/winbindd.h index 3e68f516cb..27406ac438 100644 --- a/source3/nsswitch/winbindd.h +++ b/source3/nsswitch/winbindd.h @@ -23,12 +23,10 @@ #ifndef _WINBINDD_H #define _WINBINDD_H -#include "nterr.h" - -#include "winbindd_nss.h" +#include "nsswitch/winbind_struct_protocol.h" #ifdef HAVE_LIBNSCD -#include "libnscd.h" +#include <libnscd.h> #endif #ifdef HAVE_SYS_MMAN_H |