diff options
Diffstat (limited to 'server/responder/nss/nsssrv.h')
-rw-r--r-- | server/responder/nss/nsssrv.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/server/responder/nss/nsssrv.h b/server/responder/nss/nsssrv.h index e08d8d29..b1f1ff7d 100644 --- a/server/responder/nss/nsssrv.h +++ b/server/responder/nss/nsssrv.h @@ -48,7 +48,8 @@ #define NSS_ENUM_ALL 0x03 struct sysdb_ctx; -struct getent_ctx; +struct getpwent_ctx; +struct getgrent_ctx; struct nss_ctx { struct tevent_context *ev; @@ -82,6 +83,7 @@ struct cli_ctx { struct tevent_fd *cfde; struct sockaddr_un addr; struct cli_request *creq; + struct getent_ctx *pctx; struct getent_ctx *gctx; }; |