]> git.ipfire.org Git - ipfire-2.x.git/blame - src/installer/install.h
libsmooth+install: Fix output redirection
[ipfire-2.x.git] / src / installer / install.h
CommitLineData
d6aaa55d
MT
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 *
d6aaa55d
MT
9 */
10
5315fae6 11#include <libsmooth.h>
d6aaa55d 12
c78a77eb 13/* unattended.c */
46b56e20 14int unattended_setup(struct keyvalue *unattendedkv, const char* output);