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 | |
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')
-rw-r--r-- | source3/nsswitch/winbind_client.h | 2 | ||||
-rw-r--r-- | source3/nsswitch/winbind_struct_protocol.h (renamed from source3/nsswitch/winbindd_nss.h) | 0 | ||||
-rw-r--r-- | source3/nsswitch/winbindd.h | 6 |
3 files changed, 3 insertions, 5 deletions
diff --git a/source3/nsswitch/winbind_client.h b/source3/nsswitch/winbind_client.h index 7c955a1cc3..2a3956e1fd 100644 --- a/source3/nsswitch/winbind_client.h +++ b/source3/nsswitch/winbind_client.h @@ -1,5 +1,5 @@ #include "winbind_nss_config.h" -#include "winbindd_nss.h" +#include "winbind_struct_protocol.h" void winbindd_init_request(struct winbindd_request *req,int rq_type); void winbindd_free_response(struct winbindd_response *response); diff --git a/source3/nsswitch/winbindd_nss.h b/source3/nsswitch/winbind_struct_protocol.h index fb09f3f75f..fb09f3f75f 100644 --- a/source3/nsswitch/winbindd_nss.h +++ b/source3/nsswitch/winbind_struct_protocol.h 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 |