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

📄 callback.h

📁 ftam等标准协议服务器和客户端的源代码。
💻 H
字号:
/* callback.h - callback demo definitions *//*  * $Header: /xtel/isode/isode/others/callback/RCS/callback.h,v 9.0 1992/06/16 12:41:50 isode Rel $ * * * $Log: callback.h,v $ * Revision 9.0  1992/06/16  12:41:50  isode * Release 8.0 * *//* *				  NOTICE * *    Acquisition, use, and distribution of this module and related *    materials are subject to the restrictions of a license agreement. *    Consult the Preface in the User's Manual for the full terms of *    this agreement. * */#include "psap2.h"#include "ssap.h"#include "tsap.h"#include "logger.h"#define	RMASK \    "\020\01HALFDUPLEX\02DUPLEX\03EXPEDITED\04MINORSYNC\05MAJORSYNC\06RESYNC\\07ACTIVITY\010NEGOTIATED\011CAPABILITY\012EXCEPTIONS\013TYPEDATA"typedef struct sblk {    int	    sb_sd;		/* session-descriptor */    struct SSAPref sb_connect;	/* session connection reference */    int	    sb_requirements;	/* session requirements */    int	    sb_settings;	/* initial settings */    int	    sb_owned;		/* session tokens we own */    long    sb_ssn;		/* session serial number */    long    sb_isn;		/* initial serial number */}		*SB;void	adios (), advise ();

⌨️ 快捷键说明

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