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

📄 pgpconf.h

📁 PGP8.0源码 请认真阅读您的文件包然后写出其具体功能
💻 H
字号:
/*
 * pgpConf.h - Parse configuration files and lines.
 *
 * Written by:	Derek Atkins <warlord@MIT.EDU>
 *
 * $Id: pgpConf.h,v 1.1.1.1 1999/08/08 19:38:29 heller Exp $
 */

#ifndef Included_pgpConf_h
#define Included_pgpConf_h

#include "pgpBase.h"

PGP_BEGIN_C_DECLARATIONS

#include "pgpOpaqueStructs.h"

/* Process a single line */
int  pgpConfigLineProcess (PGPUICb const *ui, void *arg,
			 PGPEnv *env, char *option, int pri);
/* Process a whole file */
int  pgpConfigFileProcess (PGPUICb const *ui, void *arg,
			 PGPEnv *env, char const *filename, int pri);

PGP_END_C_DECLARATIONS

#endif /* Included_pgpConf_h */

⌨️ 快捷键说明

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