Grid Community Toolkit
6.2.1653033972 (tag: v6.2.20220524)
Main Page
Related Pages
Modules
Data Structures
Files
Examples
File List
Globals
All
Data Structures
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Groups
Pages
myproxy
source
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
Generated by
1.8.5