6 #ifndef __MYPROXY_DELEGATION_H
7 #define __MYPROXY_DELEGATION_H
11 int myproxy_get_delegation(
12 myproxy_socket_attrs_t *socket_attrs,
13 myproxy_request_t *client_request,
17 myproxy_response_t *server_response,
20 int myproxy_set_delegation_defaults(
21 myproxy_socket_attrs_t *socket_attrs,
22 myproxy_request_t *client_request);