summaryrefslogtreecommitdiffstats
path: root/usr.sbin/sysinstall/sysinstall.h
diff options
context:
space:
mode:
authoreivind <eivind@FreeBSD.org>2000-10-29 09:57:50 +0000
committereivind <eivind@FreeBSD.org>2000-10-29 09:57:50 +0000
commit6f8edb50c6d8904d12219526a9ccc789f8a782fb (patch)
tree1cd8de68787755af69e70fd406807ee3654dd56c /usr.sbin/sysinstall/sysinstall.h
parente96f5ed9b3717ccf4dcca29937101d43ffe25d1c (diff)
downloadFreeBSD-src-6f8edb50c6d8904d12219526a9ccc789f8a782fb.zip
FreeBSD-src-6f8edb50c6d8904d12219526a9ccc789f8a782fb.tar.gz
Teach sysinstall how to restart itself on Ctrl-C (as an addition to its old
tricks of rebooting and continuing where it was.) Reviewed by: jkh, jhb
Diffstat (limited to 'usr.sbin/sysinstall/sysinstall.h')
-rw-r--r--usr.sbin/sysinstall/sysinstall.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.sbin/sysinstall/sysinstall.h b/usr.sbin/sysinstall/sysinstall.h
index 048a5e7..8dab491 100644
--- a/usr.sbin/sysinstall/sysinstall.h
+++ b/usr.sbin/sysinstall/sysinstall.h
@@ -403,6 +403,7 @@ extern DMenu MenuUsermgmt; /* User management menu */
extern DMenu MenuFixit; /* Fixit floppy/CDROM/shell menu */
extern DMenu MenuXF86Config; /* Select XFree86 configuration type */
extern int FixItMode; /* FixItMode starts shell onc urrent device (ie Serial port) */
+extern const char * StartName; /* Which name we were started as */
/* Stuff from libdialog which isn't properly declared outside */
extern void display_helpfile(void);
OpenPOWER on IntegriCloud