⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 privsep.h

📁 功能强大的ftp服务器源代码
💻 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 + -