⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 pgpmacfile.h

📁 著名的加密软件的应用于电子邮件中
💻 H
字号:
/*
 * pgpMacFile.h -- Header for MacBinarizing PgpFile implementation
 *
 * Copyright (C) 1997 Pretty Good Privacy, Inc. All rights reserved.
 *
 * $Id: pgpMacFile.h,v 1.4.2.1 1997/06/07 09:50:09 mhw Exp $
 */

#ifndef PGPMACFILE_H  /* [ */
#define PGPMACFILE_H

#include "pgpTypes.h"
#include "pgpFileRef.h"
#include "pgpFile.h"
#include "pgpFileMod.h"

#ifdef __cplusplus
extern "C" {
#endif

/*
 * The <flags> params below are only used to convey MacBinary mode:
 * kPGPFileOpenMaybeLocalEncode or kPGPFileOpenForceLocalEncode
 */
PgpFile PGPExport *   pgpFileRefMacWriteOpen(PGPFileRef const *fileRef,
                              PGPFileType fileType,
                              PGPFileOpenFlags flags, PGPError *error);
PgpFile PGPExport *   pgpFileRefMacReadOpen(PGPFileRef const *fileRef,
                              PGPFileOpenFlags flags, PGPError *error);
PGPError PGPExport    pgpMacCalcFileSize(PGPFileRef const *fileRef,
                              PGPFileOpenFlags flags, size_t *fileSize);

#ifdef __cplusplus
}
#endif

#endif  /* ] PGPMACFILE_H */

/*
 * Local Variables:
 * tab-width: 4
 * End:
 * vi: ts=4 sw=4
 * vim: si
 */

⌨️ 快捷键说明

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