pgpbufmod.h
来自「vc环境下的pgp源码」· C头文件 代码 · 共 22 行
H
22 行
/*
* pgpBufMod.h -- A Buffering Module; buffer until the first sizeAdvise
*
* Written by: Derek Atkins <warlord@MIT.EDU>
*
* $Id: pgpBufMod.h,v 1.9 1997/09/18 01:35:28 lloyd Exp $
*/
#ifndef Included_pgpBufMod_h
#define Included_pgpBufMod_h
#include "pgpOpaqueStructs.h"
PGP_BEGIN_C_DECLARATIONS
PGPPipeline ** pgpBufferModCreate ( PGPContextRef cdkContext,
PGPPipeline **head, PGPFifoDesc const *fd);
PGP_END_C_DECLARATIONS
#endif /* Included_pgpBufMod_h */
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?