summaryrefslogtreecommitdiff
path: root/source3/winbindd/winbindd.h
diff options
context:
space:
mode:
Diffstat (limited to 'source3/winbindd/winbindd.h')
-rw-r--r--source3/winbindd/winbindd.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/source3/winbindd/winbindd.h b/source3/winbindd/winbindd.h
index 773496e8ad..454fea70e6 100644
--- a/source3/winbindd/winbindd.h
+++ b/source3/winbindd/winbindd.h
@@ -79,6 +79,13 @@ struct getent_state {
fstring domain_name;
};
+struct getpwent_state {
+ struct winbindd_domain *domain;
+ int next_user;
+ int num_users;
+ struct wbint_userinfo *users;
+};
+
/* Storage for cached getpwent() user entries */
struct getpwent_user {