pgpmacfile.h

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

H
47
字号
/*
 * pgpMacFile.h -- Header for MacBinarizing PGPFile implementation
 *
 * $Id: pgpMacFile.h,v 1.12 1997/12/11 23:14:04 lloyd Exp $
 */

#ifndef Included_pgpMacFile_h	/* [ */
#define Included_pgpMacFile_h

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

PGP_BEGIN_C_DECLARATIONS

/*
 * The <flags> params below are only used to convey MacBinary mode:
 *		kPGPFileOpenMaybeLocalEncode or kPGPFileOpenForceLocalEncode
 */
PGPFile  *		pgpFileRefMacWriteOpen(
					PGPContextRef	cdkContext,
					PFLConstFileSpecRef fileRef,
					PGPFileType fileType,
					PGPFileOpenFlags flags, PGPError *error);
PGPFile  *		pgpFileRefMacReadOpen(
					PGPContextRef	cdkContext,
					PFLConstFileSpecRef fileRef,
					PGPFileOpenFlags flags, PGPError *error);
PGPError 		pgpMacCalcFileSize( 
					PFLConstFileSpecRef fileRef,
					PGPFileOpenFlags flags, size_t *fileSize);
OSType			pgpGetMacFileTypeFromPGPFileType( PGPFileType fileType );
OSType			pgpGetMacFileCreatorFromPGPFileType( PGPFileType fileType );
					
PGP_END_C_DECLARATIONS

#endif	/* ] Included_pgpMacFile_h */

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

⌨️ 快捷键说明

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