diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2008-05-11 17:23:57 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2008-05-11 17:23:57 +0000 |
commit | 1ff2ab846d9d95806652b76b83aac80ca2e2366a (patch) | |
tree | 8c8200b7f830b36ffbbd83595322269253cb9daf /usr.sbin/sysinstall/sysinstall.h | |
parent | e28d949ff41c7b9b796bb4ff9b0e4ca4ec9217fc (diff) |
Notes
Diffstat (limited to 'usr.sbin/sysinstall/sysinstall.h')
-rw-r--r-- | usr.sbin/sysinstall/sysinstall.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.sbin/sysinstall/sysinstall.h b/usr.sbin/sysinstall/sysinstall.h index 64ee7a78021b4..2805c87146f1a 100644 --- a/usr.sbin/sysinstall/sysinstall.h +++ b/usr.sbin/sysinstall/sysinstall.h @@ -479,6 +479,7 @@ extern DMenu MenuUsermgmt; /* User management menu */ extern DMenu MenuFixit; /* Fixit floppy/CDROM/shell menu */ extern int FixItMode; /* FixItMode starts shell on current device (ie Serial port) */ extern const char * StartName; /* Which name we were started as */ +extern const char * ProgName; /* Program's proper name */ extern int NCpus; /* # cpus on machine */ /* Important chunks. */ |