summaryrefslogtreecommitdiff
path: root/source3/winbindd/winbindd_proto.h
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2010-04-20 11:11:19 +0200
committerVolker Lendecke <vl@samba.org>2010-04-23 23:41:04 +0200
commitf2f0fed8aad21e09837f256e00bb38f33dc73e44 (patch)
tree125ae97a78e0fc32295b136aeaad03540b97ba8c /source3/winbindd/winbindd_proto.h
parent168b86c3847a5b575eef36cc2308802cbd25bb4a (diff)
downloadsamba-f2f0fed8aad21e09837f256e00bb38f33dc73e44.tar.gz
samba-f2f0fed8aad21e09837f256e00bb38f33dc73e44.tar.bz2
samba-f2f0fed8aad21e09837f256e00bb38f33dc73e44.zip
s3: Convert WINBINDD_PAM_CHNG_PSWD_AUTH_CRAP to the new async API
Diffstat (limited to 'source3/winbindd/winbindd_proto.h')
-rw-r--r--source3/winbindd/winbindd_proto.h10
1 files changed, 9 insertions, 1 deletions
diff --git a/source3/winbindd/winbindd_proto.h b/source3/winbindd/winbindd_proto.h
index 221c51ed85..2bf33cbc1e 100644
--- a/source3/winbindd/winbindd_proto.h
+++ b/source3/winbindd/winbindd_proto.h
@@ -391,7 +391,6 @@ enum winbindd_result winbindd_dual_pam_chauthtok(struct winbindd_domain *contact
struct winbindd_cli_state *state);
enum winbindd_result winbindd_dual_pam_logoff(struct winbindd_domain *domain,
struct winbindd_cli_state *state) ;
-void winbindd_pam_chng_pswd_auth_crap(struct winbindd_cli_state *state);
enum winbindd_result winbindd_dual_pam_chng_pswd_auth_crap(struct winbindd_domain *domainSt, struct winbindd_cli_state *state);
/* The following definitions come from winbindd/winbindd_util.c */
@@ -879,4 +878,13 @@ struct tevent_req *winbindd_pam_logoff_send(TALLOC_CTX *mem_ctx,
NTSTATUS winbindd_pam_logoff_recv(struct tevent_req *req,
struct winbindd_response *response);
+struct tevent_req *winbindd_pam_chng_pswd_auth_crap_send(
+ TALLOC_CTX *mem_ctx,
+ struct tevent_context *ev,
+ struct winbindd_cli_state *cli,
+ struct winbindd_request *request);
+NTSTATUS winbindd_pam_chng_pswd_auth_crap_recv(
+ struct tevent_req *req,
+ struct winbindd_response *response);
+
#endif /* _WINBINDD_PROTO_H_ */