]> git.ipfire.org Git - people/teissler/ipfire-2.x.git/blob - src/install+setup/setup/setup.h
Neue Netzwerkdialoge sind zum ersten Test verfuegbar.
[people/teissler/ipfire-2.x.git] / src / install+setup / setup / setup.h
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 */
16 int handlehostname(void);
17
18 /* domainname.c */
19 int handledomainname(void);
20
21 /* isdn.c */
22 int handleisdn(void);
23
24 /* networking.c */
25 int handlenetworking(void);
26
27 /* dhcp.c */
28 int handledhcp(void);
29
30 /* passwords.c */
31 int handlerootpassword(void);
32 int handlesetuppassword(void);
33 int handleadminpassword(void);
34
35 /* misc.c */
36 int writehostsfiles(void);
37
38 /* keymap.c */
39 int handlekeymap(void);
40
41 /* timezone.c */
42 int handletimezone(void);