📄 pgpcopymod.h
字号:
/*
* pgpCopyMod.h -- Copy the input directly to the output.
*
* Copyright (C) 1995-1997 Pretty Good Privacy, Inc. All rights reserved.
*
* Written by: Derek Atkins <warlord@MIT.EDU>
*
* $Id: pgpCopyMod.h,v 1.3.2.1 1997/06/07 09:51:15 mhw Exp $
*/
#ifndef PGPCOPYMOD_H
#define PGPCOPYMOD_H
#ifdef __cplusplus
extern "C" {
#endif
struct PgpPipeline;
struct PgpPipeline **pgpCopyModCreate (struct PgpPipeline **head);
#ifdef __cplusplus
}
#endif
#endif /* PGPCOPYMOD_H */
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -