From 1b37af7bea88b39507bbfd370050c9db45ac4c15 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Sun, 21 Nov 1999 04:26:59 +0000 Subject: 1999-11-20 Roland McGrath * storeinfo.c (print_store: pstr): Add const to parameter type. --- utils/storeinfo.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'utils/storeinfo.c') diff --git a/utils/storeinfo.c b/utils/storeinfo.c index b824c263..638cebc7 100644 --- a/utils/storeinfo.c +++ b/utils/storeinfo.c @@ -1,8 +1,8 @@ /* Show where a file exists - Copyright (C) 1995, 1996, 1997, 1998 Free Software Foundation, Inc. + Copyright (C) 1995,96,97,98,99 Free Software Foundation, Inc. - Written by Miles Bader + Written by Miles Bader This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as @@ -91,7 +91,7 @@ print_store (struct store *store, int level, unsigned what) putchar (' '); } } - void pstr (char *str, unsigned mask) + void pstr (const char *str, unsigned mask) { if ((what & mask) == mask) { -- cgit v1.2.3