]> git.ipfire.org Git - ipfire-2.x.git/blob - src/install+setup/setup/setup.h
daq: Update to 2.0.4
[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 /* networking.c */
22 int handlenetworking(void);
23
24 /* dhcp.c */
25 int handledhcp(void);
26
27 /* passwords.c */
28 int handlerootpassword(void);
29 int handlesetuppassword(void);
30 int handleadminpassword(void);
31
32 /* misc.c */
33 int writehostsfiles(void);
34 int handleisdn(void);
35
36 /* keymap.c */
37 int handlekeymap(void);
38
39 /* timezone.c */
40 int handletimezone(void);