r25146: rename winbindd_nss.h => winbind_struct_protocol.h
authorStefan Metzmacher <metze@samba.org>
Fri, 14 Sep 2007 08:06:03 +0000 (08:06 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 17:30:45 +0000 (12:30 -0500)
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)

source3/nsswitch/winbind_client.h
source3/nsswitch/winbind_struct_protocol.h [moved from source3/nsswitch/winbindd_nss.h with 100% similarity]
source3/nsswitch/winbindd.h

index 7c955a1cc32d5c142f467276c4111100e9d01206..2a3956e1fd410af0c12a7038612e3cd1d36c526e 100644 (file)
@@ -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);
index 3e68f516cb1262ccdbd8ac4e371d945914fa409a..27406ac4384584a84e16891bdcffdb85bd87d617 100644 (file)
 #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