📄 pgpdefmod.h
字号:
/*
* pgpDefMod.h -- Header for ZIP Compression (deflation)
*
* 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: pgpDefMod.h,v 1.6 1997/06/25 19:40:15 lloyd Exp $
*/
#include "pgpOpaqueStructs.h"
#include "pgpPubTypes.h"
PGP_BEGIN_C_DECLARATIONS
PGPPipeline **defModCreate ( PGPContextRef cdkContext,
PGPPipeline **head, int quality);
PGP_END_C_DECLARATIONS
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -