summaryrefslogtreecommitdiff
path: root/source3/winbindd/winbindd_proto.h
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2010-04-01 16:44:16 +0200
committerVolker Lendecke <vl@samba.org>2010-04-19 14:27:20 +0200
commit45eeed2893e569483136c3f998eacb776d52e1ce (patch)
tree10c7ceb16cf273c5a329d3e70fd013d70ba9507d /source3/winbindd/winbindd_proto.h
parent518a4f5423bb360cf886aa1ce951f5323f4b12f9 (diff)
downloadsamba-45eeed2893e569483136c3f998eacb776d52e1ce.tar.gz
samba-45eeed2893e569483136c3f998eacb776d52e1ce.tar.bz2
samba-45eeed2893e569483136c3f998eacb776d52e1ce.zip
s3: Convert WINBINDD_PAM_LOGOFF to the new async API
Diffstat (limited to 'source3/winbindd/winbindd_proto.h')
-rw-r--r--source3/winbindd/winbindd_proto.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/source3/winbindd/winbindd_proto.h b/source3/winbindd/winbindd_proto.h
index c72a1fe81d..e47f300ab7 100644
--- a/source3/winbindd/winbindd_proto.h
+++ b/source3/winbindd/winbindd_proto.h
@@ -388,7 +388,6 @@ enum winbindd_result winbindd_dual_pam_auth_crap(struct winbindd_domain *domain,
struct winbindd_cli_state *state) ;
enum winbindd_result winbindd_dual_pam_chauthtok(struct winbindd_domain *contact_domain,
struct winbindd_cli_state *state);
-void winbindd_pam_logoff(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);
@@ -872,4 +871,11 @@ struct tevent_req *winbindd_pam_chauthtok_send(
NTSTATUS winbindd_pam_chauthtok_recv(struct tevent_req *req,
struct winbindd_response *response);
+struct tevent_req *winbindd_pam_logoff_send(TALLOC_CTX *mem_ctx,
+ struct tevent_context *ev,
+ struct winbindd_cli_state *cli,
+ struct winbindd_request *request);
+NTSTATUS winbindd_pam_logoff_recv(struct tevent_req *req,
+ struct winbindd_response *response);
+
#endif /* _WINBINDD_PROTO_H_ */