privsep.h

来自「功能强大的ftp服务器源代码」· C头文件 代码 · 共 16 行

H
16
字号
#ifndef __PRIVSEP_H__#define __PRIVSEP_H__ 1#ifdef WITH_PRIVSEPint privsep_sendfd(const int psfd, const int fd);int privsep_recvfd(const int psfd);int privsep_init(void);int privsep_removeftpwhoentry(void);int privsep_bindresport(const int protocol, const struct sockaddr_storage ss);#endif#endif

⌨️ 快捷键说明

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