s3:winbind: The get[gr|pw]end functions need access to the client state
[metze/samba/wip.git] / source3 / winbindd / winbindd_getpwsid.c
index 135cbf6f61f886295523bd957c615367bd298303..055de17f91a73b982a87b1ca8c0074f8ee8f4d74 100644 (file)
@@ -29,6 +29,7 @@ static void winbindd_getpwsid_done(struct tevent_req *subreq);
 
 struct tevent_req *winbindd_getpwsid_send(TALLOC_CTX *mem_ctx,
                                          struct tevent_context *ev,
+                                         struct winbindd_cli_state *cli,
                                          struct winbindd_request *request)
 {
        struct tevent_req *req, *subreq;