mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-13 20:42:58 +02:00
ProbeHW optimiert weges des via-rhine-Problem. Grubs gfx-Menue entfernt wegen der Kompatibilitaet. git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@785 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
41 lines
746 B
C
41 lines
746 B
C
/* 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);
|
|
|
|
/* 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);
|
|
int handleisdn(void);
|
|
|
|
/* keymap.c */
|
|
int handlekeymap(void);
|
|
|
|
/* timezone.c */
|
|
int handletimezone(void);
|