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

📄 pgparmrfil.h

📁 vc环境下的pgp源码
💻 H
字号:
/*
 * pgpArmrFil.h -- Armor Write File module
 *
 * Creates output files based upon a "name".  If the data is within a
 * MULTIARMOR scope, multiple files will be opened for the output.
 * Otherwise, just a single file will be output when data is first
 * written into this module.
 *
 * Written By:	Derek Atkins <warlord@MIT.EDU>
 *
 * $Id: pgpArmrFil.h,v 1.8 1997/06/25 19:40:02 lloyd Exp $
 */

#ifndef Included_pgpArmrFil_h
#define Included_pgpArmrFil_h

PGP_BEGIN_C_DECLARATIONS

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

PGPPipeline  *
pgpArmorFileWriteCreate (
	PGPContextRef cdkContext,
	PGPPipeline **head,
		 PGPFile * (*fileOpen) (void *arg,
				 void const *baseName, unsigned number),
	void *arg,
	void const *baseName);

PGP_END_C_DECLARATIONS

#endif /* Included_pgpArmrFil_h */

⌨️ 快捷键说明

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