pgpdevnull.h

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

H
27
字号
/*
 * pgpDevNull.h -- A pipeline going nowhere
 *
 * Written by:	Derek Atkins <warlord@MIT.EDU>
 *
 * This is a Public API Function Header.
 *
 * $Id: pgpDevNull.h,v 1.8 1997/06/25 19:40:23 lloyd Exp $
 */

#ifndef Included_pgpDevNull_h
#define Included_pgpDevNull_h

PGP_BEGIN_C_DECLARATIONS

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

/*
 * Create a module that will eat all of its input.
 */
PGPPipeline  *pgpDevNullCreate ( PGPContextRef, PGPPipeline **head);

PGP_END_C_DECLARATIONS

#endif /* Included_pgpDevNull_h */

⌨️ 快捷键说明

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