]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blame - src/install+setup/setup/setup.h
Installer: use UUID's.
[people/pmueller/ipfire-2.x.git] / src / install+setup / setup / setup.h
CommitLineData
5057b611
HS
1/* SmoothWall setup program.
2 *
3 * This program is distributed under the terms of the GNU General Public
4 * Licence. See the file COPYING for details.
5 *
6 * (c) Lawrence Manning, 2001
7 * Main include file.
8 *
9 * $Id: setup.h,v 1.4 2003/12/11 11:25:54 riddles Exp $
10 *
11 */
12
13#include "../libsmooth/libsmooth.h"
14
15/* hostname.c */
16int handlehostname(void);
17
18/* domainname.c */
19int handledomainname(void);
20
5057b611
HS
21/* networking.c */
22int handlenetworking(void);
23
24/* dhcp.c */
25int handledhcp(void);
26
27/* passwords.c */
28int handlerootpassword(void);
29int handlesetuppassword(void);
30int handleadminpassword(void);
31
32/* misc.c */
33int writehostsfiles(void);
bba7212c 34int handleisdn(void);
5057b611
HS
35
36/* keymap.c */
37int handlekeymap(void);
38
39/* timezone.c */
40int handletimezone(void);