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

📄 ftpdlib.h

📁 ftpd source code for vxwokrs
💻 H
字号:
/* ftpdLib.h - header file for ftpdLib.c *//* Copyright 1990-2004 Wind River Systems, Inc. *//*modification history--------------------01r,14feb05,dlk  Restore this file, but deprecate the routines it defines.                 Remove ftpdLingerSecondsSet() entirely.01q,20aug04,rp   merged from COMP_WN_IPV6_BASE6_ITER5_TO_UNIFIED_PRE_MERGE01p,21jul04,spm  removed extra initialization routine01o,28may04,niq  Merging from base6 label POST_ITER5_FRZ16_REBASE (ver                 /main/vdt/base6_itn5_networking-int/1)01n,15mar04,rp   merged from orion01m,20nov03,niq  Remove copyright_wrs.h file inclusion01l,05nov03,cdw  Removal of unnecessary _KERNEL guards.01k,04nov03,rlm  Ran batch header path update for header re-org.01j,03nov03,rlm  Removed wrn/coreip/ prefix from #includes for header re-org.01i,10jun03,vvv  include netVersion.h01h,22feb99,spm  recovered version replaced by merge from vxw5_3_x branch;                  removed duplicate history entry 01g describing existing change01g,10dec97,spm  changed prototype for ftpdInit to support configurable                 password authentication (SPR #8602); removed unused                 prototype for ftpdTask routine01f,22sep92,rrr  added support for c++01e,04jul92,jcf  cleaned up.01d,26may92,rrr  the tree shuffle01c,04oct91,rrr  passed through the ansification filter		  -fixed #else and #endif		  -changed VOID to void		  -changed copyright notice01b,05oct90,dnw deleted ftpdWorkTask().01a,05oct90,shl created.*/#ifdef VIRTUAL_STACK#include <netinet/vsLib.h>#endif /*VIRTUAL_STACK*/#ifndef __INCftpdLibh#define __INCftpdLibh#ifdef __cplusplusextern "C" {#endif#include <netVersion.h>/* function declarations */#if defined(__STDC__) || defined(__cplusplus)IMPORT STATUS 	ftpdInit (FUNCPTR, int stackSize) \		_WRS_DEPRECATED ("please use ftpd6Init instead.");IMPORT STATUS 	ftpdDelete (void) \		_WRS_DEPRECATED ("please use ftpd6Delete instead.");IMPORT STATUS   ftpdAnonymousAllow (const char * rootDir,				    const char * uploadDir) \		_WRS_DEPRECATED ("please use ftpd6GuestAllow instead.");IMPORT void     ftpdEnableSecurity (void) \		_WRS_DEPRECATED ("please use ftpd6EnableSecurity instead.");IMPORT void     ftpdDisableSecurity (void) \		_WRS_DEPRECATED ("please use ftpd6DisableSecurity instead.");#endif	/* __STDC__ */#ifdef __cplusplus}#endif#endif /* __INCftpdLibh */

⌨️ 快捷键说明

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