X-Git-Url: http://git.samba.org/?p=samba.git;a=blobdiff_plain;f=source3%2Fwinbindd%2Fwinbindd_proto.h;h=02b5c666129d76e58aa45e2dbeca32006ef7cb1a;hp=60fb647c93ae99a3d76ab08bbae52f7204878160;hb=4bf783d4d6693f927f5e7ef7a9855766c91983f2;hpb=eaf778593f7e56774913ec4348b1c59a9488676c diff --git a/source3/winbindd/winbindd_proto.h b/source3/winbindd/winbindd_proto.h index 60fb647c93a..02b5c666129 100644 --- a/source3/winbindd/winbindd_proto.h +++ b/source3/winbindd/winbindd_proto.h @@ -75,9 +75,9 @@ NTSTATUS winbindd_lookup_names(TALLOC_CTX *mem_ctx, /* The following definitions come from winbindd/winbindd_async.c */ bool print_sidlist(TALLOC_CTX *mem_ctx, const struct dom_sid *sids, - size_t num_sids, char **result, ssize_t *len); + uint32_t num_sids, char **result, ssize_t *len); bool parse_sidlist(TALLOC_CTX *mem_ctx, const char *sidstr, - struct dom_sid **sids, size_t *num_sids); + struct dom_sid **sids, uint32_t *num_sids); /* The following definitions come from winbindd/winbindd_cache.c */ @@ -229,17 +229,14 @@ NTSTATUS winbindd_get_creds(struct winbindd_domain *domain, const uint8 *cached_nt_pass[NT_HASH_LEN], const uint8 *cred_salt[NT_HASH_LEN]); NTSTATUS winbindd_store_creds(struct winbindd_domain *domain, - TALLOC_CTX *mem_ctx, const char *user, const char *pass, struct netr_SamInfo3 *info3); NTSTATUS winbindd_update_creds_by_info3(struct winbindd_domain *domain, - TALLOC_CTX *mem_ctx, const char *user, const char *pass, struct netr_SamInfo3 *info3); NTSTATUS winbindd_update_creds_by_name(struct winbindd_domain *domain, - TALLOC_CTX *mem_ctx, const char *user, const char *pass);