summaryrefslogtreecommitdiffstats
path: root/src/providers/ldap/sdap_access.h
diff options
context:
space:
mode:
authorSimo Sorce <simo@redhat.com>2013-03-03 18:06:13 -0500
committerSimo Sorce <simo@redhat.com>2013-03-13 14:39:50 -0400
commit12150d43f17feff531ce6c59c91653205f889649 (patch)
tree2859cc3e7accedad7365ff822b0769ea5c7285ba /src/providers/ldap/sdap_access.h
parentd5d0fb8278afa5bb95bffd8e4e9c8ac13c18419c (diff)
downloadsssd-err_facility.tar.gz
sssd-err_facility.tar.xz
sssd-err_facility.zip
Convert sdap_access to new error codeserr_facility
Also simplify sdap_access_send to avoid completely fake _send() routines.
Diffstat (limited to 'src/providers/ldap/sdap_access.h')
-rw-r--r--src/providers/ldap/sdap_access.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/providers/ldap/sdap_access.h b/src/providers/ldap/sdap_access.h
index 4f5f7201..cda07868 100644
--- a/src/providers/ldap/sdap_access.h
+++ b/src/providers/ldap/sdap_access.h
@@ -63,7 +63,6 @@ sdap_access_send(TALLOC_CTX *mem_ctx,
struct sss_domain_info *domain,
struct sdap_access_ctx *access_ctx,
struct pam_data *pd);
-errno_t
-sdap_access_recv(struct tevent_req *req, int *pam_status);
+errno_t sdap_access_recv(struct tevent_req *req);
#endif /* SDAP_ACCESS_H_ */