summaryrefslogtreecommitdiff
path: root/source3/nsswitch/winbindd_proto.h
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2001-12-01 12:31:43 +0000
committerAndrew Tridgell <tridge@samba.org>2001-12-01 12:31:43 +0000
commitde744cb970f5e3afb174a2d923d4e7d11b266173 (patch)
tree25f88000f08db8b0720a837e1f09f184b2e9b1bd /source3/nsswitch/winbindd_proto.h
parentc5f4a4b9aded84540df4273128b471a32eb9f29b (diff)
downloadsamba-de744cb970f5e3afb174a2d923d4e7d11b266173.tar.gz
samba-de744cb970f5e3afb174a2d923d4e7d11b266173.tar.bz2
samba-de744cb970f5e3afb174a2d923d4e7d11b266173.zip
The beginnings of alternative backends for winbindd
This just splits off the dispinfo call behind a methods structure. I'll split off a few more functions soon, then we will be ready for LDAP replacement methods (This used to be commit 0216b0fca115c903ec31ed21427a83c62077dc95)
Diffstat (limited to 'source3/nsswitch/winbindd_proto.h')
-rw-r--r--source3/nsswitch/winbindd_proto.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/nsswitch/winbindd_proto.h b/source3/nsswitch/winbindd_proto.h
index 7c3326ce36..fc8377697a 100644
--- a/source3/nsswitch/winbindd_proto.h
+++ b/source3/nsswitch/winbindd_proto.h
@@ -152,8 +152,8 @@ void free_getent_state(struct getent_state *state);
BOOL winbindd_param_init(void);
NTSTATUS winbindd_query_dispinfo(struct winbindd_domain *domain,
TALLOC_CTX *mem_ctx,
- uint32 *start_ndx, uint16 info_level,
- uint32 *num_entries, SAM_DISPINFO_CTR *ctr);
+ uint32 *start_ndx, uint32 *num_entries,
+ WINBIND_DISPINFO **info);
BOOL check_domain_env(char *domain_env, char *domain);
void parse_domain_user(char *domuser, fstring domain, fstring user);
#endif /* _PROTO_H_ */