summaryrefslogtreecommitdiffstats
path: root/usr.sbin/sysinstall/sysinstall.h
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1999-01-20 12:31:43 +0000
committerjkh <jkh@FreeBSD.org>1999-01-20 12:31:43 +0000
commit528868027c3f0c1c513a85fc868267ccdbdf452e (patch)
treec277fb1899366957a208fa92b274bc6c3c8998f2 /usr.sbin/sysinstall/sysinstall.h
parent367256e90c185df6c5baa166938dd45c930f5f1a (diff)
downloadFreeBSD-src-528868027c3f0c1c513a85fc868267ccdbdf452e.zip
FreeBSD-src-528868027c3f0c1c513a85fc868267ccdbdf452e.tar.gz
Replace old SAVE_USERCONFIG code with a customized version of Andrzej's
kget code. Also collapse a redundant case in cdrom code.
Diffstat (limited to 'usr.sbin/sysinstall/sysinstall.h')
-rw-r--r--usr.sbin/sysinstall/sysinstall.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/usr.sbin/sysinstall/sysinstall.h b/usr.sbin/sysinstall/sysinstall.h
index 2b027b0..a50eb3e 100644
--- a/usr.sbin/sysinstall/sysinstall.h
+++ b/usr.sbin/sysinstall/sysinstall.h
@@ -4,7 +4,7 @@
* This is probably the last attempt in the `sysinstall' line, the next
* generation being slated to essentially a complete rewrite.
*
- * $Id: sysinstall.h,v 1.151 1998/11/24 00:18:56 jkh Exp $
+ * $Id: sysinstall.h,v 1.152 1998/12/22 12:31:25 jkh Exp $
*
* Copyright (c) 1995
* Jordan Hubbard. All rights reserved.
@@ -539,6 +539,9 @@ extern int installVarDefaults(dialogMenuItem *self);
extern void installEnvironment(void);
extern Boolean copySelf(void);
+/* kget.c */
+extern int kget(char *out);
+
/* keymap.c */
extern int loadKeymap(const char *lang);
OpenPOWER on IntegriCloud