myproxy_delegation.h

来自「代理服务器源代码 供大家学习使用,希望大家喜欢」· C头文件 代码 · 共 25 行

H
25
字号
/* * myproxy_delegation.h * * functions for get-delegation - delegation from Myproxy server to the client */#ifndef __MYPROXY_DELEGATION_H#define __MYPROXY_DELEGATION_H#include "myproxy.h"int myproxy_get_delegation(    myproxy_socket_attrs_t *socket_attrs,    myproxy_request_t      *client_request,    char                   *certfile, /* for backward compatibility.					 use client_request->authzcreds					 instead. */    myproxy_response_t     *server_response,    char                   *outfile);int myproxy_set_delegation_defaults(    myproxy_socket_attrs_t *socket_attrs,    myproxy_request_t      *client_request);#endif

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?