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

📄 pgpaddhdr.h

📁 vc环境下的pgp源码
💻 H
字号:
/*
 * pgpAddHdr.h -- header file for a module to add a packet header.
 *
 * Written by:	Derek Atkins <warlord@MIT.EDU>
 *
 * This is a PRIVATE header file, for use only within the PGP Library.
 * You should not be using these functions in an application.
 *
 * $Id: pgpAddHdr.h,v 1.7 1997/06/25 19:40:19 lloyd Exp $
 */

#include "pgpPubTypes.h"
#include "pgpOpaqueStructs.h"
#include "pgpUsuals.h"

PGP_BEGIN_C_DECLARATIONS

PGPPipeline **
pgpAddHeaderCreate ( PGPContextRef cdkContext,
			PGPPipeline **head, PgpVersion version,
		    PGPFifoDesc const *fd, PGPByte pkttype, PGPByte llen,
		    PGPByte *header, size_t hdrlen);

PGP_END_C_DECLARATIONS

⌨️ 快捷键说明

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