summaryrefslogtreecommitdiffstats
path: root/source/nsswitch
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2007-09-14 08:06:03 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:30:45 -0500
commite9e03aac2221c44eec89cc957b8bb3be721103bd (patch)
tree0327d32868a069189792255cd6a1f64f2a55c53a /source/nsswitch
parent8a95d7a7edcfa5e45bccc6eda5c45d9c308cb95d (diff)
downloadsamba-e9e03aac2221c44eec89cc957b8bb3be721103bd.tar.gz
samba-e9e03aac2221c44eec89cc957b8bb3be721103bd.tar.xz
samba-e9e03aac2221c44eec89cc957b8bb3be721103bd.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
Diffstat (limited to 'source/nsswitch')
-rw-r--r--source/nsswitch/winbind_client.h2
-rw-r--r--source/nsswitch/winbind_struct_protocol.h (renamed from source/nsswitch/winbindd_nss.h)0
-rw-r--r--source/nsswitch/winbindd.h6
3 files changed, 3 insertions, 5 deletions
diff --git a/source/nsswitch/winbind_client.h b/source/nsswitch/winbind_client.h
index 7c955a1cc32..2a3956e1fd4 100644
--- a/source/nsswitch/winbind_client.h
+++ b/source/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/source/nsswitch/winbindd_nss.h b/source/nsswitch/winbind_struct_protocol.h
index fb09f3f75fb..fb09f3f75fb 100644
--- a/source/nsswitch/winbindd_nss.h
+++ b/source/nsswitch/winbind_struct_protocol.h
diff --git a/source/nsswitch/winbindd.h b/source/nsswitch/winbindd.h
index 3e68f516cb1..27406ac4384 100644
--- a/source/nsswitch/winbindd.h
+++ b/source/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