xsupconfcheck_profile.h

来自「linux 下通过802.1认证的安装包」· C头文件 代码 · 共 17 行

H
17
字号
/**
 *
 * Licensed under a dual GPL/BSD license.  (See LICENSE file for more info.)
 *
 * \author chris@open1x.org
 *
 * $Id: xsupconfcheck_profile.h,v 1.1.2.3 2007/07/12 19:44:51 chessing Exp $
 * $Date: 2007/07/12 19:44:51 $
 **/
#ifndef __XSUPCONFCHECK_PROFILE_H__
#define __XSUPCONFCHECK_PROFILE_H__

int xsupconfcheck_profile_check(struct config_profiles *, int);
int xsupconfcheck_profile_check_eap_method(struct config_eap_method *, config_profiles *, int);

#endif // __XSUPCONFCHECK_PROFILE_H__

⌨️ 快捷键说明

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