Catch up with constification.

This commit is contained in:
uwe 2005-06-02 20:12:35 +00:00
parent fd4f28440c
commit a0690c7849
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: bootconfig.h,v 1.3 2002/07/13 13:40:29 toshii Exp $ */
/* $NetBSD: bootconfig.h,v 1.4 2005/06/02 20:12:35 uwe Exp $ */
/*
* Copyright (c) 1994 Mark Brinicombe.
@ -66,7 +66,7 @@ extern BootConfig bootconfig;
#define BOOTOPT_TYPE_HEXINT 4
#define BOOTOPT_TYPE_MASK 7
int get_bootconf_option __P((char *string, char *option, int type, void *result));
int get_bootconf_option __P((char *string, const char *option, int type, void *result));
extern char *boot_args;
extern char boot_file[];