diff options
| author | Mike Smith <msmith@FreeBSD.org> | 1998-10-07 02:38:26 +0000 |
|---|---|---|
| committer | Mike Smith <msmith@FreeBSD.org> | 1998-10-07 02:38:26 +0000 |
| commit | b820c8e6267c0a3145f7b8650db7615ad461c146 (patch) | |
| tree | 6a8558554fe86d80206f2b23c2fd87cd922b7b99 /sys/boot/common/bootstrap.h | |
| parent | 82bb1fb746d06dc2fcf322a8b9ecda551eefd550 (diff) | |
Notes
Diffstat (limited to 'sys/boot/common/bootstrap.h')
| -rw-r--r-- | sys/boot/common/bootstrap.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/boot/common/bootstrap.h b/sys/boot/common/bootstrap.h index 1c4d00f8d8a2..bf3874b292b4 100644 --- a/sys/boot/common/bootstrap.h +++ b/sys/boot/common/bootstrap.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: bootstrap.h,v 1.9 1998/09/30 19:25:26 peter Exp $ + * $Id: bootstrap.h,v 1.10 1998/10/02 08:04:56 peter Exp $ */ #include <sys/types.h> @@ -62,6 +62,7 @@ extern int parse(int *argc, char ***argv, char *str); /* boot.c */ extern int autoboot(int delay, char *prompt); +extern void autoboot_maybe(void); /* misc.c */ extern char *unargv(int argc, char *argv[]); |
