⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 setup.h

📁 IPcop软路由防火墙 FREE 开源源代码
💻 H
字号:
/* SmoothWall setup program. * * This program is distributed under the terms of the GNU General Public * Licence.  See the file COPYING for details. * * (c) Lawrence Manning, 2001 * Main include file. *  * $Id: setup.h,v 1.4 2003/12/11 11:25:54 riddles Exp $ *  */#include "../libsmooth/libsmooth.h"/* hostname.c */int handlehostname(void);/* domainname.c */int handledomainname(void);/* isdn.c */int handleisdn(void);/* networking.c */int handlenetworking(void);/* dhcp.c */int handledhcp(void);/* passwords.c */int handlerootpassword(void);int handlesetuppassword(void);int handleadminpassword(void);/* misc.c */int writehostsfiles(void);/* keymap.c */int handlekeymap(void);/* timezone.c */int handletimezone(void);

⌨️ 快捷键说明

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