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

📄 pgpreadann.h

📁 vc环境下的pgp源码
💻 H
字号:
/*
 * pgpReadAnn.h -- A debugging Annotation Reader.
 *
 * Written by:	Derek Atkins <warlord@MIT.EDU>
 *
 * $Id: pgpReadAnn.h,v 1.8 1997/06/25 19:40:09 lloyd Exp $
 */

#ifndef Included_pgpReadAnn_h
#define Included_pgpReadAnn_h

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

PGP_BEGIN_C_DECLARATIONS


/*
 * Create an annotation reader.  This will create output files as
 * appropriate.  If filename is non-NULL, it will use that filename
 * as the output file.  Otherwise it will ask the user or use the name
 * out of the message.
 */
PGPPipeline  **
pgpAnnotationReaderCreate (
	PGPContextRef cdkContext,
	PGPPipeline **head,
	PGPEnv const *env,
	PGPUICb const *ui, void *arg);

PGP_END_C_DECLARATIONS

#endif /* Included_pgpReadAnn_h */

⌨️ 快捷键说明

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