prefs_options.h

来自「大国补丁后的nessus2.2.8的源代码」· C头文件 代码 · 共 27 行

H
27
字号
/* $Id: prefs_options.h,v 1.1.1.1 2005/09/10 17:36:45 renaud Exp $ * * Copyright (C) 2004 by Intevation GmbH * Author(s): * Jan-Oliver Wagner <jan@intevation.de> (2004) * * This program is free software under the GNU GPL (>=v2) * Read the file COPYING coming with the software for details. * * In addition, as a special exception, Intevation GmbH gives * permission to link the code of this program with the OpenSSL * library (or with modified versions of OpenSSL that use the same * license as OpenSSL), and distribute linked combinations including * the two. You must obey the GNU General Public License in all * respects for all of the code used other than OpenSSL. If you * modify this file, you may extend this exception to your version * of the file, but you are not obligated to do so. If you do not * wish to do so, delete this exception statement from your version. */#ifndef PREFS_OPTIONS_H__# define PREFS_OPTIONS_H__struct arglist *prefs_dialog_options(struct context *, struct arglist *);#endif /* ifndef PREFS_OPTIONS_H__ */

⌨️ 快捷键说明

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