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

📄 pgpprsasc.h

📁 vc环境下的pgp源码
💻 H
字号:
/*
 * pgpPrsAsc.h -- An Ascii Armor Parser for PGP.
 *
 * Written by:	Derek Atkins <warlord@MIT.EDU>
 *
 * $Id: pgpPrsAsc.h,v 1.9 1999/02/05 01:51:54 hal Exp $
 */

#ifndef Included_pgpPrsAsc_h
#define Included_pgpPrsAsc_h

#include "pgpUsuals.h"

PGP_BEGIN_C_DECLARATIONS

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

void pgpParseAscInit (void);
int pgpDearmorLine (PGPByte const *in, PGPByte *out, unsigned inlen);

PGPPipeline  **pgpParseAscCreate ( PGPContextRef cdkContext,
				PGPPipeline **head,
				PGPEnv const *env,
				PGPFifoDesc const *fd,
				PGPUICb const *ui,
				void *ui_arg);

PGP_END_C_DECLARATIONS

#endif /* Included_pgpPrsAsc_h */

⌨️ 快捷键说明

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