ryinitiator.h
来自「ftam等标准协议服务器和客户端的源代码。」· C头文件 代码 · 共 50 行
H
50 行
/* ryinitiator.h - include file for the generic interactive initiator *//* * $Header: /xtel/isode/isode/others/idist/RCS/ryinitiator.h,v 9.0 1992/06/16 12:42:00 isode Rel $ * * * $Log: ryinitiator.h,v $ * Revision 9.0 1992/06/16 12:42:00 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. * */#ifndef PEPSY_VERSION#define PEPSY_VERSION 1#endif#include "rosy.h"static struct dispatch { char *ds_name; int ds_operation; IFP ds_argument; modtyp *ds_mod; int ds_index; IFP ds_result; IFP ds_error; char *ds_help;};void adios (), advise ();void acs_adios (), acs_advise ();void ros_adios (), ros_advise ();int ryinitiator ();
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?