📄 xsupconfig_defaults.h
字号:
/**
*
* Licensed under a dual GPL/BSD license. (See LICENSE file for more info.)
*
* \file xsupconfig_defaults.h
*
* \author chris@open1x.org
*
* $Id: xsupconfig_defaults.h,v 1.1.2.5 2007/07/11 05:42:14 galimorerpg Exp $
* $Date: 2007/07/11 05:42:14 $
*/
#ifndef __XSUPCONFIG_DEFAULTS_H__
#define __XSUPCONFIG_DEFAULTS_H__
#define DEFAULTS_SUCCESS 0
#define DEFAULTS_MALLOC_ERR -1
void xsupconfig_defaults_set_globals(config_globals *);
int xsupconfig_defaults_create_managed_network(config_managed_networks **);
int xsupconfig_defaults_create_interface(config_interfaces **);
int xsupconfig_defaults_create_trusted_server(config_trusted_server **);
int xsupconfig_defaults_create_connection(config_connection **);
int xsupconfig_defaults_create_profile(config_profiles **);
#endif // __XSUPCONFIG_DEFAULTS_H__
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -