?? 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 + -