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

📄 pgpheader.h

📁 PGP8.0源码 请认真阅读您的文件包然后写出其具体功能
💻 H
字号:
/*
 * pgpHeader.h -- Create a PGP File Header.  It looks like a broken
 * ESK to older PGP versions, but this new code will understand it.
 *
 * Written by:	Derek Atkins <warlord@MIT.EDU>
 *
 * $Id: pgpHeader.h,v 1.3 2001/01/25 22:11:18 jeffc Exp $
 */

#ifndef Included_pgpHeader_h
#define Included_pgpHeader_h

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

PGP_BEGIN_C_DECLARATIONS


PGPPipeline  **pgpHeaderCreate (PGPContextRef cdkContext,
				PGPPipeline **head);

PGP_END_C_DECLARATIONS

#endif /* Included_pgpHeader_h */

⌨️ 快捷键说明

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