diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-08-11 06:23:10 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-08-11 06:23:10 +0000 |
commit | 16824dd3bbb4d43b141d300c76afbdd0c30fa7b9 (patch) | |
tree | 08f2b84878ea46e749b47e3b2953507245ad5384 /sys/stand/boot/cmd.h | |
parent | 678b21869f24e6ddc3a341fad1a87c353c5464ca (diff) |
ansification and knf and protos
Diffstat (limited to 'sys/stand/boot/cmd.h')
-rw-r--r-- | sys/stand/boot/cmd.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/stand/boot/cmd.h b/sys/stand/boot/cmd.h index 30af5067bd1..bc7547eaffb 100644 --- a/sys/stand/boot/cmd.h +++ b/sys/stand/boot/cmd.h @@ -1,4 +1,4 @@ -/* $OpenBSD: cmd.h,v 1.13 2003/06/02 20:20:54 mickey Exp $ */ +/* $OpenBSD: cmd.h,v 1.14 2003/08/11 06:23:07 deraadt Exp $ */ /* * Copyright (c) 1997 Michael Shalayeff @@ -56,3 +56,4 @@ extern struct cmd_state cmd; int getcmd(void); int read_conf(void); int bootparse(int); +void boot(dev_t); |