summaryrefslogtreecommitdiff
path: root/source3/nsswitch/winbindd.h
diff options
context:
space:
mode:
authorVolker Lendecke <vlendec@samba.org>2004-03-13 16:43:25 +0000
committerVolker Lendecke <vlendec@samba.org>2004-03-13 16:43:25 +0000
commitebd5fe9d02433c5bfe480ae09385ddd3f7e2364c (patch)
tree7c3644fc33b3d61b58eb945b80b62dc32af162cc /source3/nsswitch/winbindd.h
parent146d674c2ce78ddb2e3e5a63ad4f2e53b52d093e (diff)
downloadsamba-ebd5fe9d02433c5bfe480ae09385ddd3f7e2364c.tar.gz
samba-ebd5fe9d02433c5bfe480ae09385ddd3f7e2364c.tar.bz2
samba-ebd5fe9d02433c5bfe480ae09385ddd3f7e2364c.zip
Remove the prototype for alias support in winbind again. This will be
replaced by a winbindd_passdb.c checkin soon. Volker (This used to be commit 4e96b46a8481bdf4f3408574ccc8c921ade7018b)
Diffstat (limited to 'source3/nsswitch/winbindd.h')
-rw-r--r--source3/nsswitch/winbindd.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/source3/nsswitch/winbindd.h b/source3/nsswitch/winbindd.h
index cece2b40de..0087d58195 100644
--- a/source3/nsswitch/winbindd.h
+++ b/source3/nsswitch/winbindd.h
@@ -48,11 +48,6 @@ struct winbindd_cli_state {
struct winbindd_response response; /* Respose to client */
struct getent_state *getpwent_state; /* State for getpwent() */
struct getent_state *getgrent_state; /* State for getgrent() */
-
- /* Local groups for getgrent() */
- char **local_group_names;
- int num_local_group_names;
- int local_group_ndx;
};
/* State between get{pw,gr}ent() calls */