aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/sysinstall/sysinstall.h
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>1997-09-16 18:57:18 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>1997-09-16 18:57:18 +0000
commit9f86ac0aa7df0aaab84a5d606a76273dd9497581 (patch)
treee85f3c5d9b8f2dc81c9273e0eb9345c860798ff3 /usr.sbin/sysinstall/sysinstall.h
parent0cc12cc57ecd3cffd54efe8c2c5d779fe5e0d3a9 (diff)
downloadsrc-9f86ac0aa7df0aaab84a5d606a76273dd9497581.tar.gz
src-9f86ac0aa7df0aaab84a5d606a76273dd9497581.zip
Much better dispatch code and scripting support.
Submitted by: pst
Notes
Notes: svn path=/head/; revision=29517
Diffstat (limited to 'usr.sbin/sysinstall/sysinstall.h')
-rw-r--r--usr.sbin/sysinstall/sysinstall.h10
1 files changed, 6 insertions, 4 deletions
diff --git a/usr.sbin/sysinstall/sysinstall.h b/usr.sbin/sysinstall/sysinstall.h
index d190a2878868..0b77928c3bb0 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.138 1997/07/16 05:22:42 jkh Exp $
+ * $Id: sysinstall.h,v 1.139 1997/07/31 11:08:41 jkh Exp $
*
* Copyright (c) 1995
* Jordan Hubbard. All rights reserved.
@@ -106,6 +106,7 @@
#define VAR_DOMAINNAME "domainname"
#define VAR_EDITOR "editor"
#define VAR_EXTRAS "ifconfig_"
+#define VAR_CONFIG_FILE "configFile"
#define VAR_FTP_DIR "ftpDirectory"
#define VAR_FTP_PASS "ftpPass"
#define VAR_FTP_PATH "ftp"
@@ -459,6 +460,10 @@ extern void diskPartition(Device *dev, Disk *d);
/* dispatch.c */
extern int dispatchCommand(char *command);
+extern int dispatch_load_floppy(dialogMenuItem *self);
+extern int dispatch_load_file_int(int);
+extern int dispatch_load_file(dialogMenuItem *self);
+
/* dist.c */
extern int distReset(dialogMenuItem *self);
@@ -705,9 +710,6 @@ extern void variable_unset(char *var);
extern char *variable_get_value(char *var, char *prompt);
extern int variable_check(char *data);
-/* variable_load.c */
-extern int variableLoad(dialogMenuItem *self);
-
/* wizard.c */
extern void slice_wizard(Disk *d);