s3: tldap: Make tldap_gensec_bind_send()/tldap_gensec_bind_recv() static.
[metze/samba/wip.git] / source3 / lib / tldap_gensec_bind.h
index deddc23f9e752396b5d71beb94529df8269828d9..cb6b8e6f5f0165240d70f67db10487b8ca4b6edf 100644 (file)
 #include "tldap.h"
 #include "auth/credentials/credentials.h"
 
-struct tevent_req *tldap_gensec_bind_send(
-       TALLOC_CTX *mem_ctx, struct tevent_context *ev,
-       struct tldap_context *ctx, struct cli_credentials *creds,
-       const char *target_service, const char *target_hostname,
-       const char *target_principal, struct loadparm_context *lp_ctx,
-       uint32_t gensec_features);
-TLDAPRC tldap_gensec_bind_recv(struct tevent_req *req);
 TLDAPRC tldap_gensec_bind(
        struct tldap_context *ctx, struct cli_credentials *creds,
        const char *target_service, const char *target_hostname,