ftam等标准协议服务器和客户端的源代码。

源代码在线查看: add.h

软件大小: 2983 K
上传用户: lwsnsfp17
关键词: ftam 标准协议 服务器 源代码
下载地址: 免注册下载 普通下载 VIP

相关代码

				/* add.h - */								/*				 * $Header: /xtel/isode/isode/h/quipu/RCS/add.h,v 9.0 1992/06/16 12:23:11 isode Rel $				 *				 *				 * $Log: add.h,v $				 * Revision 9.0  1992/06/16  12:23:11  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 QUIPUADD				#define QUIPUADD								#include "quipu/commonarg.h"				#include "quipu/ds_error.h"				#include "quipu/dap.h"								struct ds_addentry_arg {				    CommonArgs ada_common;				    DN ada_object;				    Attr_Sequence ada_entry;				};								#endif							

相关资源