winbindd: make xids a const argument to wb_xids2sids_send()
[nivanova/samba-autobuild/.git] / source3 / winbindd / winbindd_proto.h
index c524d2050df627f10fcae142ea15f1159b4db3a9..2a829b0171a39228c96cee683670a35a8ca7e30b 100644 (file)
@@ -919,7 +919,7 @@ NTSTATUS winbindd_sids_to_xids_recv(struct tevent_req *req,
                                    struct winbindd_response *response);
 struct tevent_req *wb_xids2sids_send(TALLOC_CTX *mem_ctx,
                                     struct tevent_context *ev,
-                                    struct unixid *xids,
+                                    const struct unixid *xids,
                                     uint32_t num_xids);
 NTSTATUS wb_xids2sids_recv(struct tevent_req *req, TALLOC_CTX *mem_ctx,
                           struct dom_sid **sids);