summaryrefslogtreecommitdiff
path: root/source3/winbindd/winbindd_proto.h
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2010-09-08 19:12:21 -0700
committerVolker Lendecke <vl@samba.org>2010-09-09 06:19:25 +0200
commiteedf476c248319efa2fcf552dc330b10423a1bb0 (patch)
tree5788cc58800e8d0194ad64a7012cb676778b56b5 /source3/winbindd/winbindd_proto.h
parenteaf778593f7e56774913ec4348b1c59a9488676c (diff)
downloadsamba-eedf476c248319efa2fcf552dc330b10423a1bb0.tar.gz
samba-eedf476c248319efa2fcf552dc330b10423a1bb0.tar.bz2
samba-eedf476c248319efa2fcf552dc330b10423a1bb0.zip
s3: Remove "mem_ctx" from a few functions
Diffstat (limited to 'source3/winbindd/winbindd_proto.h')
-rw-r--r--source3/winbindd/winbindd_proto.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/source3/winbindd/winbindd_proto.h b/source3/winbindd/winbindd_proto.h
index 60fb647c93..7d36be1e17 100644
--- a/source3/winbindd/winbindd_proto.h
+++ b/source3/winbindd/winbindd_proto.h
@@ -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);