diff options
| author | Andrzej Bialecki <abial@FreeBSD.org> | 1999-01-15 00:31:45 +0000 |
|---|---|---|
| committer | Andrzej Bialecki <abial@FreeBSD.org> | 1999-01-15 00:31:45 +0000 |
| commit | 0d9ab84751cb76b83b3673084180f7682546665a (patch) | |
| tree | 7755d28412b5224b4c1732dcaf74343441ea6bf0 /sys/boot/common/bootstrap.h | |
| parent | 0883c4c31b6d3d03d3ef365607c6728528cb62a8 (diff) | |
Notes
Diffstat (limited to 'sys/boot/common/bootstrap.h')
| -rw-r--r-- | sys/boot/common/bootstrap.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/boot/common/bootstrap.h b/sys/boot/common/bootstrap.h index a373e3566210..414544cd5b58 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.15 1998/10/22 20:20:50 msmith Exp $ + * $Id: bootstrap.h,v 1.16 1998/11/02 23:28:10 msmith Exp $ */ #include <sys/types.h> @@ -56,7 +56,7 @@ extern char command_errbuf[]; /* XXX blah, length */ /* interp.c */ extern void interact(void); -extern void source(char *filename); +extern int source(char *filename); /* interp_parse.c */ extern int parse(int *argc, char ***argv, char *str); |
