pgpsplit.h

来自「vc环境下的pgp源码」· C头文件 代码 · 共 20 行

H
20
字号
/*
 * Split module - one input, multiple outputs.
 * All outputs get data, but ONLY THE ORIGINAL OUTPUT
 * GETS ANNOTATIONS.  (Error-handling is impossible otherwise.)
 *
 * $Id: pgpSplit.h,v 1.7 1997/06/25 19:40:26 lloyd Exp $
 */

PGP_BEGIN_C_DECLARATIONS

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


PGPPipeline  **pgpSplitCreate ( PGPContextRef cdkContext,
				PGPPipeline **head);
PGPPipeline  **pgpSplitAdd (PGPPipeline *myself);

PGP_END_C_DECLARATIONS

⌨️ 快捷键说明

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