]> git.ipfire.org Git - ipfire-2.x.git/blob - src/installer/install.h
libsmooth+install: Fix output redirection
[ipfire-2.x.git] / src / installer / install.h
1 /* SmoothWall install 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 */
10
11 #include <libsmooth.h>
12
13 /* unattended.c */
14 int unattended_setup(struct keyvalue *unattendedkv, const char* output);