ftppolicy.h

来自「文件传输协议linux 下vsftpd2.1.0.tar.gz」· C头文件 代码 · 共 19 行

H
19
字号
#ifndef VSF_FTPPOLICY_H#define VSF_FTPPOLICY_H/* Forward delcarations */struct pt_sandbox;struct vsf_session;/* policy_setup() * PURPOSE * Sets up a sandbox policy according to the currently enabled options. * PARAMETERS * p_sandbox    - the sandbox to set the policy on * p_sess       - current vsftpd session object */void policy_setup(struct pt_sandbox* p_sandbox,                  const struct vsf_session* p_sess);#endif /* VSF_FTPPOLICY_H */

⌨️ 快捷键说明

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