📄 netkey.h
字号:
/* Openswan netkey init/cleanup (netkey.h) * Copyright (C) 2004 Xelerance Corporation * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the * Free Software Foundation; either version 2 of the License, or (at your * option) any later version. See <http://www.fsf.org/copyleft/gpl.txt>. * * This program is distributed in the hope that it will be useful, but * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License * for more details. * * RCSID $Id: netkey.h,v 1.1 2004/12/01 07:31:26 ken Exp $ */#ifndef _STARTER_NETKEY_H_#define _STARTER_NETKEY_H_void starter_netkey_cleanup (void);void starter_netkey_clear (void);int starter_netkey_init (void);int starter_netkey_set_config (struct starter_config *);#endif /* _STARTER_NETKEY_H_ */
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -