Grid Community Toolkit  6.2.1705709074 (tag: v6.2.20240202)
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
myproxy_sasl_client.h
1 /*
2  * myproxy_sasl_client.h
3  *
4  * Internal MyProxy SASL client interface.
5  *
6  */
7 #ifndef __MYPROXY_SASL_CLIENT_H
8 #define __MYPROXY_SASL_CLIENT_H
9 
10 #if defined(HAVE_LIBSASL2)
11 
12 int
13 auth_sasl_negotiate_client(myproxy_socket_attrs_t *attrs,
14  myproxy_request_t *client_request);
15 
16 #endif
17 
18 #endif