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

📄 pgpreadann.h

📁 著名的加密软件的应用于电子邮件中
💻 H
字号:
/*
* pgpReadAnn.h -- A debugging Annotation Reader.
*
* Copyright (C) 1995-1997 Pretty Good Privacy, Inc. All rights reserved.
*
* Written by: Derek Atkins <warlord@MIT.EDU>
*
* $Id: pgpReadAnn.h,v 1.4.2.1 1997/06/07 09:51:01 mhw Exp $
*/

#ifndef PGPREADANN_H
#define PGPREADANN_H

#include "pgpUsuals.h"

#ifdef __cplusplus
extern "C" {
#endif

struct PgpPipeline;
#ifndef TYPE_PGPPIPELINE
#define TYPE_PGPPIPELINE 1
typedef struct PgpPipeline PgpPipeline;
#endif

struct PgpEnv;
#ifndef TYPE_PGPENV
#define TYPE_PGPENV 1
typedef struct PgpEnv PgpEnv;
#endif

struct PgpUICb;
#ifndef TYPE_PGPUICB
#define TYPE_PGPUICB 1
typedef struct PgpUICb PgpUICb;
#endif

/*
* 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.
*/
struct PgpPipeline PGPExport **
pgpAnnotationReaderCreate (struct PgpPipeline **head,
	  	struct PgpEnv const *env,
	  	struct PgpUICb const *ui, void *arg);

#ifdef __cplusplus
}
#endif

#endif /* PGPREADANN_H */

⌨️ 快捷键说明

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