xsupconfig_parse_eap_ttls.h
来自「linux 下通过802.1认证的安装包」· C头文件 代码 · 共 19 行
H
19 行
/*******************************************************************
*
* Licensed under a dual GPL/BSD license. (See LICENSE file for more info.)
*
* File: xsupconfig_parse_eap_ttls.h
*
* Authors: Chris.Hessing@utah.edu
*
*******************************************************************/
#ifndef __XSUPCONFIG_PARSE_EAP_TTLS_H__
#define __XSUPCONFIG_PARSE_EAP_TTLS_H__
extern parser eap_ttls[];
void *xsupconfig_parse_eap_ttls(void **, xmlNodePtr);
#endif // __XSUPCONFIG_PARSE_EAP_TTLS_H__
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?