pgpheader.h

来自「pgp soucecode pgp soucecode」· C头文件 代码 · 共 25 行

H
25
字号
/*
 * pgpHeader.h -- Create a PGP File Header.  It looks like a broken
 * ESK to older PGP versions, but this new code will understand it.
 *
 * Written by:	Derek Atkins <warlord@MIT.EDU>
 *
 * $Id: pgpHeader.h,v 1.8 1997/06/25 19:40:04 lloyd Exp $
 */

#ifndef Included_pgpHeader_h
#define Included_pgpHeader_h

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

PGP_BEGIN_C_DECLARATIONS


PGPPipeline  **pgpHeaderCreate (PGPContextRef cdkContext,
				PGPPipeline **head);

PGP_END_C_DECLARATIONS

#endif /* Included_pgpHeader_h */

⌨️ 快捷键说明

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