📄 privsep.h
字号:
#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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -