pgpinfmod.h

来自「pgp soucecode pgp soucecode」· C头文件 代码 · 共 20 行

H
20
字号
/*
 * pgpInfMod.h -- inflation module
 *
 * Written by:	Derek Atkins <warlord@MIT.EDU>
 *
 * This is a PRIVATE header file, for use only within the PGP Library.
 * You should not be using these functions in an application.
 *
 * $Id: pgpInfMod.h,v 1.5 1997/06/25 19:40:16 lloyd Exp $
 */

PGP_BEGIN_C_DECLARATIONS

#include "pgpPipelineOpaqueStructs.h"
#include "pgpPubTypes.h"

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

PGP_END_C_DECLARATIONS

⌨️ 快捷键说明

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